summaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-02-07 18:18:50 +0100
committerFlorian <stayawake@lavabit.com>2014-02-07 18:18:50 +0100
commitc7c87eccc2d7deb05826ead8d15f4ddbb5ce4908 (patch)
tree13ea3b2e9e31d89d0021f5d9ebcad237fe84b67a /test.html
parente75c7a5cb28307509b68c2a0832d704abdd7c565 (diff)
added localstorage test file
Diffstat (limited to 'test.html')
-rw-r--r--test.html12
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>