diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-15 13:52:28 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-15 13:52:28 -0500 |
| commit | a4ce7bf7a9e8d472b0523e74510a4ff4c394fa3f (patch) | |
| tree | 2cfeb32ec4f11793498e99e69879ad8aac17c754 /public/index.html | |
| parent | 94ade9321a971e81c383e14186bf4c776bd304fc (diff) | |
links view
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 16 |
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> + <{{nick}}> + <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 |
