generated from SWE3T/markdown-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 698 Bytes
/
index.html
File metadata and controls
23 lines (20 loc) · 698 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="pt">
<head>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.0/lib/addons/p5.sound.js"></script>
<script allow="autoplay" src="src/sketch.js"></script>
<link rel="stylesheet" type="text/css" href="src/style.css">
</head>
<body>
<main>
<div class="container">
<div id="a" class="square">A</div>
<div id="s" class="square">S</div>
<div id="d" class="square">D</div>
<div id="j" class="square">J</div>
<div id="k" class="square">K</div>
<div id="l" class="square">L</div>
</div>
</main>
</body>
</html>