summaryrefslogtreecommitdiff
path: root/views/index.tpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-03 15:11:03 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-03 15:11:03 +0300
commita46a46858072db5f5ca5a5ae3df203de545c26d0 (patch)
treee3f8ef800821903dcdf8d58418e7cfa0c363134e /views/index.tpl
parent3038292daee114f22417495bfac4dcd105ee955a (diff)
downloadickweb-a46a46858072db5f5ca5a5ae3df203de545c26d0.tar.gz
Add: basic functionality
This does NOT work yet, lacks authentication, but that requires having a Qvisqve that supports that.
Diffstat (limited to 'views/index.tpl')
-rw-r--r--views/index.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/views/index.tpl b/views/index.tpl
index 20ba140..01868ec 100644
--- a/views/index.tpl
+++ b/views/index.tpl
@@ -2,11 +2,13 @@
<html>
<head>
<meta charset="utf-8">
- <meta name="description" content="Facade content">
- <meta name="author" content="Qvarnlabs Ltd">
- <title>Facade content</title>
+ <meta name="description" content="ickweb">
+ <meta name="author" content="The ick project">
+ <title>Ick</title>
</head>
<body>
- <p>You ARE logged in. Well done!</p>
+ <p>You ARE logged in. Well done!</p>
+ <p><a href="/projects">Projects</p>
+ <p><a href="/builds">Builds</p>
</body>
</html>