forked from Gaweph/p5-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 725 Bytes
/
index.html
File metadata and controls
23 lines (19 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html lang="en">
<head>
<link rel="shortcut icon" href="https://p5js.org/assets/img/favicon.ico">
<link rel="icon" href="https://p5js.org/assets/img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>Viz list</title>
</head>
<body>
<h1>Viz</h1>
<ul>
<li><a href="ashlight/index.html">AshLight</a></li>
<li><a href="bootstrap/index.html">Bootstrap</a></li>
<li><a href="shapes/index.html">Shapes</a></li>
<li><a href="flock/index.html">Flock</a></li>
<li><a href="circular/index.html">Circular</a></li>
<li><a href="game-of-life/index.html">Game of Life</a></li>
</ul>
</body>
</html>