-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 1.1 KB
/
index.html
File metadata and controls
40 lines (33 loc) · 1.1 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
34
35
36
37
38
39
40
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/p5@1.7.0/lib/p5.js"></script>
<link rel="stylesheet" type="text/css" href="indexhome.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17222498065">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-17222498065');
</script>
</head>
<body>
<main>
</main>
<div class="center">
<h1> <center> Serendipity</h1>
<center>
<h3> (n) cosmic coincidences that turn out beatifully </h3>
<a href="shapes.html" class="bn">shapes</a>
<a href="lines.html" class="bn">lines</a>
<a href="bubbles.html" class="bn">bubbles</a>
<a href="spiral.html" class="bn">spiral</a>
<a href="torus.html" class="bn">donut</a>
<a href="stickynotes.html" class="bn">sticky notes</a>
<a href="colorfulbubbles.html" class="bn">sea foam</a>
<a href="suds.html" class="bn">suds</a>
</center>
</div>
</body>
</html>