aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..047e574
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+<html>
+ <head>
+ <title>Basic example bog</title>
+ <link rel='stylesheet' href='./css/source-sans-pro.min.css' />
+ <link rel='stylesheet' href='./css/style.css' />
+ </head>
+ <body>
+ <script src="nacl.min.js"></script>
+ <script src="nacl-util.min.js"></script>
+ <script src="lib.js"></script>
+ <script src="app.js"></script>
+ </body>
+</html>