-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 861 Bytes
/
index.html
File metadata and controls
45 lines (45 loc) · 861 Bytes
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">
<header>
<meta charset="UTF-8">
<title>tabby cat</title>
<link href="styles.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/addons/p5.sound.min.js"></script>
</header>
<body>
<h1>
good afternoon, 261!
</h1>
<p>
<h2>yooooooooooo</h2>
<hr />
<div>
<blockquote><b><i><u> "meoooooooow" </u></i></b></blockquote>
</div>
<br>
<div>
<a href="http://racheldevorah.studio"> my real website </a>
</div>
<br>
<div>
<img src="oprah.gif">
</div>
<div>
<ul>
<li>corn</li>
<li>squash</li>
<li>beans</li>
</ul>
</div>
<br>
<div>
<audio controls> <source src="mtec343.mp3" type="audio/mpeg"></audio>
<br>
</div>
<div>
<script src="orbits.js"></script>
</div>
</p>
</body>
</html>