-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 878 Bytes
/
index.html
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
<!-- the "host" page, showing a generator in an iframe -->
<!DOCTYPE html>
<html>
<head> </head>
<body>
<ul>
<li><a href="./sample-host/">Sample host</a> (check source)</li>
<li>
<a href="./sample-generator/index.html?seedGlobal=af628e00&iteration=23&ts=1717138529&seed=9817f49f">
Sample generator
</a>
(check source)
</li>
<li>
<a
href="./sample-generator-gif/index.html?seedGlobal=af628e00&iteration=23&ts=1717138529&seed=9817f49f"
>
Sample generator with gif thumb
</a>
(check source)
</li>
<li>
<a href="./src/snippet.js">snippet</a>
</li>
<li>
<a href="./docs/API.md">API</a>
</li>
<li><a href="./test/test.html">tests</a> (<a href="./test/test.snippet.js">source</a>)</li>
</ul>
</body>
</html>