-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 1.11 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
<title>DIR</title>
<style>
body{
font-family: roboto, sans-serif;
}
a{
text-decoration: none;
}
a:visited{
color: blue;
}
table{
border-collapse: collapse;
}
td,th,tr{
border: 2px black solid;
}
</style>
<h1>Directory</h1><table><tr><th>Updated Link</th><th>Info</th><th>Original Link (Still available unless its blocked)</th></tr><tr>
<td><a href = "/SM64">SM64-JS</a></td><td>A Javascript port of Super Mario 64. Works with most controllers via USB or Bluetooth.</td><td>Also available at <a href = "https://sm64-js.drewnolt.repl.co">https://sm64-js.drewnolt.repl.co</a></td>
</tr><tr><td><a href = "/MC">Mine.craft</a></td><td>A Javascript recreation of Minecraft using the canvas. [Last updated August 20, 2023]</td><td>Also available at <a href = "https://mc.drewnolt.repl.co">https://mc.drewnolt.repl.co</a></td>
</tr><tr><td><a href = "/virus">Virus</a></td><td><b style="color:red">This is NOT a real virus, it just opens a LOT of tabs. CLICK AT YOUR OWN RISK.</b></td><td>Also available at <a href = "https://virus.drewnolt.repl.co">https://virus.drewnolt.repl.co</a></td></tr></table>