summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..ef74ec9
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <script type="text/javascript" src="jq.js"></script>
+ <script type="text/javascript" src="main.js"></script>
+ <link rel="stylesheet" href="base.css">
+ </head>
+ <body>
+ <div id="nojs">
+ <h1>nojs</h1>
+ you do not have javascript available or enabled<br /><br />
+ this site cannot do anything without javascript
+ </div>
+ <div id="details">
+ conceptually recycled from <a href="http://amy-alexander.com/projects/internet-art/the-multi-cultural-recycler.html">Amy Alexander's Multi-Cultural Recycler</a><br />
+ camera urls from <a href="https://www.insecam.org/">insecam</a>
+ <br /><br />
+ by Richard Knight
+ <hr />
+ <div id="blendtypes"></div>
+ <hr />
+ <label><input type="checkbox" id="applymasks">Apply masks</input></label>
+ <hr />
+ <button id="clear">Clear image</button>
+ <button id="snap">Save snapshot</button>
+ </div>
+ <div id="latest"></div>
+ <div id="pi">
+ &#928;
+ </div>
+ </body>
+</html>