diff options
author | Florian <stayawake@lavabit.com> | 2014-02-07 18:18:50 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-02-07 18:18:50 +0100 |
commit | c7c87eccc2d7deb05826ead8d15f4ddbb5ce4908 (patch) | |
tree | 13ea3b2e9e31d89d0021f5d9ebcad237fe84b67a /test.html | |
parent | e75c7a5cb28307509b68c2a0832d704abdd7c565 (diff) |
added localstorage test file
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test.html b/test.html new file mode 100644 index 0000000..0e19695 --- /dev/null +++ b/test.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML> +<html lang=en> +<head> + <meta charset="utf-8"> + <script src="js/load-local-storage.js" type="text/javascript"></script> +</head> +<body> + <div id="screen"> + <img src="about:blank" id="storImage"> + </div> +</body> +</html> |