summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-15 13:52:28 -0500
committerJules Laplace <jules@okfoc.us>2016-11-15 13:52:28 -0500
commita4ce7bf7a9e8d472b0523e74510a4ff4c394fa3f (patch)
tree2cfeb32ec4f11793498e99e69879ad8aac17c754 /public/index.html
parent94ade9321a971e81c383e14186bf4c776bd304fc (diff)
links view
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index e69de29..c391f90 100644
--- a/public/index.html
+++ b/public/index.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+<head>
+<title>panda</title>
+<body>
+<div class="links">
+ <script id="link-template" type="text/template">
+ <div>
+ &lt;{{nick}}&gt;
+ <a href="{{linkHref}}" target="_blank">{{linkText}}</a>
+ </div>
+ </script>
+<div>
+</body>
+<script src="/assets/js/app.min.js"></script>
+</html> \ No newline at end of file