aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 047e57438c71a91eb81fde13af0aa961ef1d22dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>