diff options
author | Richard Knight <q@1bpm.net> | 2020-08-24 14:47:08 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2020-08-24 14:47:08 +0100 |
commit | 38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30 (patch) | |
tree | 6cc0aa096ebf39bebb0e9a8eae46a10af736e457 /web/index2.html | |
download | peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.tar.gz peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.tar.bz2 peep.1bpm.net-38b2a0d6928a7e29d7ac7a2332c3cccb1708ad30.zip |
Diffstat (limited to 'web/index2.html')
-rw-r--r-- | web/index2.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/web/index2.html b/web/index2.html new file mode 100644 index 0000000..3d35785 --- /dev/null +++ b/web/index2.html @@ -0,0 +1,33 @@ +<!DOCTYPE HTML> +<html> + <head> + <script type="text/javascript" src="jq.js"></script> + <script type="text/javascript" src="tracking.js"></script> + <script type="text/javascript" src="main2.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"> + Π + </div> + </body> +</html> |