-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 868 Bytes
/
index.html
File metadata and controls
28 lines (25 loc) · 868 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Refresh" content="0; url=homepage.html">
<link
rel="icon"
href="assets/images/Wacky_World_Logo.png"
type="image/x-icon"
>
<link rel="stylesheet" type="text/css" href="style.css">
<title>sketch</title>
<script src="code/libraries/p5.min.js"></script>
<script src="code/libraries/p5.sound.min.js"></script>
<!-- <script src="code/sketch.js"></script> -->
</head>
<body>
<h1>
<abbr title="visit our homepage"><a href="homepage.html">Homepage</a></abbr>
<abbr title="Take a virtual tour through our park"><a href="virtualpark.html">Virtual park</a></abbr>
<abbr title="Let us help"><a href="faq.html">FAQ</a></abbr>
</h1>
</body>
</html>