diff options
author | Ev Bogue <ev@evbogue.com> | 2019-07-19 09:44:35 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-07-19 09:44:35 -0500 |
commit | 225132d80c2e60719d39ca95e0750f1dcf6dd54e (patch) | |
tree | 09d62ca4a78de696b8a0fd7325e71ee8cdfa787d /index.html | |
parent | 50aee6774fe47a6dc9a54d045cc6d4586b9ca677 (diff) |
prevent blank identifications -- which seem to happen often
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link rel='stylesheet' href='./css/source-sans-pro.min.css' /> <link rel='stylesheet' href='./css/style.css' /> - </head> + </head> <body> <script src="./lib/nacl.min.js"></script> <script src="./lib/nacl-util.min.js"></script> |