summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
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