-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (35 loc) · 1.38 KB
/
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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/addons/p5.sound.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/p5.capture.umd.min.js"></script> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<div class="instructions">
<div class="onlyText dm-sans-medium">
<h2>Virtual CC Fest Graphics </h2>
<h3> Make your own custom background with the polygon generator.
</h3>
<!-- <h5>
Our serve as homage to every member of our tinkering community who continually champion
our open-source philosophy. Keeping with the spirit of your craft, we designed you a package featuring
<strong>your name</strong> and a <strong>cipher</strong>. Get tinkering to figure it out!
</h5> -->
</div>
<div class="controls">
<div></div>
</div>
</div>
<main>
</main>
<script src="sketch.js"></script>
</body>
</html>