diff options
Diffstat (limited to 'utab/data/index.html')
-rw-r--r-- | utab/data/index.html | 17 |
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> |