-
Notifications
You must be signed in to change notification settings - Fork 41
/
index.html
27 lines (27 loc) · 1.17 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
27
<!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/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6S9Y2CXQ4H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6S9Y2CXQ4H');
</script>
</body>
</html>