-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 1.37 KB
/
Copy pathindex.html
File metadata and controls
36 lines (35 loc) · 1.37 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Jcw87's Web Projects</title>
<meta name="description" content="Super Mario Bros (World 1) Undertale Genocide Boss Fight (Spoilers)"/>
</head>
<body>
<h1>Game Clones</h1>
<a href="./c2-smb1/">Super Mario Bros (World 1)</a><br/>
<a href="./c2-sans-fight/">Undertale Genocide Boss Fight (Spoilers)</a><br/>
<h1>Other Projects</h1>
<a href="./ship-shape/">Ship Shape Anxiety Simulator</a><br/>
<a href="./analog-clock">Analog Clock</a><br/>
<a href="./c2-trace-test">Construct 2 Trace Plugin Test</a>
<a href="https://drive.google.com/file/d/0B40Xy8VSKqoOUnRxZ3hyaDlrajQ/view?usp=sharing&resourcekey=0-Vte11xH_fpHOdAytCo6NYg">(capx)</a>
<a href="https://drive.google.com/file/d/0B40Xy8VSKqoOTnE3bC1xdlEwVEE/view?usp=sharing&resourcekey=0-iqlE98_7mDhZInXkO63jRg">(plugin)</a><br/>
<a href="./webgl"/>WebGL Test</a><br/>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
},
i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-78361109-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>