summaryrefslogtreecommitdiff
path: root/web/index2.html
blob: 3d35785a34ec93ee58102bac0e77c32e6a2705ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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">
			&#928;
		</div>
	</body>
</html>