diff options
| author | Ev Bogue <ev@evbogue.com> | 2019-04-03 20:03:30 -0500 | 
|---|---|---|
| committer | Ev Bogue <ev@evbogue.com> | 2019-04-03 20:03:30 -0500 | 
| commit | 8856e4b188eadcf286c07e04e7478f2050af7d70 (patch) | |
| tree | 030fe146f3e1f574500f83ad7db0ad3731a5638c /index.html | |
initial commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 13 | 
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> | 
