-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.44 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.44 KB
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 lang="en">
<head>
<meta charset="utf-8" />
<title>scriptings</title>
<style type="text/css">
body { background:#1c5e1c; color:#53eb53; font:24px/1 helvetica,arial,freesans,sans-serif; }
a { color:#53eb53!important; display:block; margin:0 1em 2em; }
a span { font-size:18px; }
</style>
<link rel="manifest" href="webapp.manifest.json">
</head>
<body>
<a href="canvas3DrawTouch.html">canvas3DrawTouch <br><span>Compositional programming using Functional Prototypal iheritance ~ 5k</span></a>
<a href="caram.html">caram <br><span>Compositional programming using factory methods (functional objects rather than class inheritance) ~ 5k</span></a>
<a href="compariscope.html">IIIF Compariscope</a>
<a href="textplode.html">textplode</a>
<a href="dragZoom_demo.html">dragZoom_demo</a>
<a href="objectFit.html">object-fit</a>
<a href="flipper.html">flipper</a>
<a href="happyBirds.html">happyBirds</a>
<a href="lenticule.html">lenticule</a>
<a href="lenticule.2.html">lenticular stereogram</a>
<a href="parallax.html">parallaxer</a>
<a href="parallax.es5.html">parallaxer es5</a>
<a href="pointer.html">Pointing the way</a>
<a href="poohFeatures.html">Pooh features</a>
<a href="flicker.html">flicker</a>
<a href="flickshow.html">flickshow</a>
<a href="exquisite_corpse.html">Exquisite Corpse</a>
<a href="SVGMap.html">SVGMap</a>
</body>
</html>