summaryrefslogtreecommitdiff
path: root/utab/data/index.html
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-04 22:12:11 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-04 22:12:11 +0800
commit9527f0b05945871190e1592086e1d48e134dbaa5 (patch)
tree49a4bef40b10d9bf44b19ee3e7c05c885c1d154b /utab/data/index.html
parent0be69d4b5db18b1e0794fd3dc3297da0a16b1ccf (diff)
Add or edit site
Diffstat (limited to 'utab/data/index.html')
-rw-r--r--utab/data/index.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/utab/data/index.html b/utab/data/index.html
index bc6b97b..e2f20b0 100644
--- a/utab/data/index.html
+++ b/utab/data/index.html
@@ -1,11 +1,26 @@
<!DOCTYPE html>
+<!--Routes using this template:
+/
+/edit
+-->
<head>
<title>utab</title>
</head>
<body>
- <h2>Top Sites</h2>
+ <h2>%site_heading%</h2>
<div id="sites">
%sites%
</div>
+ <footer class="ctrl">
+ <a href="/">
+ <img class="ctrl-icon" src="/icons/home.svg" />
+ </a>
+ <a href="/new">
+ <img class="ctrl-icon" src="/icons/plus.svg" />
+ </a>
+ <a href="/edit">
+ <img class="ctrl-icon" src="/icons/pencil.svg" />
+ </a>
+ </footer>
<link rel="stylesheet" type="text/css" href="/css/index.css" />
</body>