-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
11 lines (11 loc) · 801 Bytes
/
Copy pathindex.html
File metadata and controls
11 lines (11 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</head>
<body>
<p>See code at <a href="https://github.com/strotlog">strotlog's github</a></p>
<ul>
<li><a href="/multivod">/multivod</a> is handy for watching back an un-restreamed race</li>
<li><a href="/romhackizer">/romhackizer</a> lets you apply a romhack to a Super Metroid rando (such as Varia or even Archipelago) randomizer seed/world</li>
</ul>
</body>