summaryrefslogtreecommitdiff
path: root/utab/data/index.html
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-04 14:23:36 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-04 14:23:36 +0800
commit0be69d4b5db18b1e0794fd3dc3297da0a16b1ccf (patch)
tree00c8f50f381d4531a3a45eeed0f9cdd1bf18f3b1 /utab/data/index.html
Minimal viable product
Diffstat (limited to 'utab/data/index.html')
-rw-r--r--utab/data/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/utab/data/index.html b/utab/data/index.html
new file mode 100644
index 0000000..bc6b97b
--- /dev/null
+++ b/utab/data/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<head>
+ <title>utab</title>
+</head>
+<body>
+ <h2>Top Sites</h2>
+ <div id="sites">
+ %sites%
+ </div>
+ <link rel="stylesheet" type="text/css" href="/css/index.css" />
+</body>