-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 874 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
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Generative Art</title>
<link rel="stylesheet" href="./main.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-35381607-11"></script>
<script src="./common/ga.js"></script>
</head>
<body>
<h1>Generative Art</h1>
<ol>
<li>
<a href="./1/index.html">1</a>
</li>
<li>
<a href="./2/index.html">2</a>
</li>
<li>
<a href="./3/index.html">3</a>
</li>
<li>
<a href="./4/index.html">4</a>
</li>
<li>
<a href="./5/index.html">5</a>
</li>
<li>
<a href="./6/index.html">6</a>
</li>
</ol>
</body>
</html>