-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<title>yes, and?</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width">
<link rel="stylesheet" href="/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.dom.min.js"></script>
<script src="/indextitle.js" defer></script>
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.glitch.com/1f4fc3c8-ec13-4f31-902f-4fa9b751046a%2Fapple-touch-icon.png?v=1574342413447">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.glitch.com/1f4fc3c8-ec13-4f31-902f-4fa9b751046a%2Ffavicon-32x32.png?v=1574342413629">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.glitch.com/1f4fc3c8-ec13-4f31-902f-4fa9b751046a%2Ffavicon-16x16.png?v=1574342413386">
</head>
<body>
<a href="p9info.html" class="back">ⓘ</a>
<a href="p2.html" class="fwd">⇢</a>
<main id="main">
</main>
<!-- ✂️ Copy this to wherever you want the button to show: -->
<div class="glitchButton"></div>
<script src="https://button.glitch.me/button.js"></script>
</body>
</html>