forked from APCSLowell/SampleAssignment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 876 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 876 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Wassuppp</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
<script src="processing.js"></script>
</head>
<body>
<header>
<h1>Emma Exists (insert better title here)</h1>
</header>
<section id="content">
<canvas id="SampleAssignment" data-processing-sources="SampleAssignment.pde">
</canvas>
</section>
<footer>
<p>
the fact that sfusd blocks command prompt is so funny like... i really wanna know what happened to envoke that
</p>
<p>
Did i spell that right? Or is it invoke? Or are they both words like immigrate and emigrate? English is so weird
</p>
<p>
well it's been fun but I have robot code to work on so bye
</p>
</footer>
</body>
</html>