46 lines
1.8 KiB
HTML
Raw Normal View History

2017-09-10 20:05:52 +10:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bemani DLL Patching Tools</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Pick a game!</h1>
<div class="icons">
<a href="beatstream2.html" class="gameicon"><div>
<img src="img/bisco.png">
<div>Beatstream 2</div>
</div></a>
<a href="copula.html" class="gameicon"><div>
<img src="img/copula.png">
<div>Beatmania IIDX 23 Copula</div>
</div></a>
<a href="jubeatprop.html" class="gameicon"><div>
<img src="img/prop.png">
<div>Jubeat Prop</div>
</div></a>
<a href="jubeatqubell.html" class="gameicon"><div>
<img src="img/qubell.png">
<div>Jubeat Qubell</div>
</div></a>
<a href="popn22lapistoria.html" class="gameicon"><div>
<img src="img/lapis.png">
<div>Pop'n Music 22 Lapistoria</div>
</div></a>
<a href="popn23eclale.html" class="gameicon"><div>
<img src="img/eclale.png">
<div>Pop'n Music 23 éclale</div>
</div></a>
<a href="reflecbeat-groovin-upper.html" class="gameicon"><div>
<img src="img/groovin.png">
<div>REFLEC BEAT groovin'!! Upper</div>
</div></a>
<a href="sdvx3-s2.html" class="gameicon"><div>
<img src="img/sdvx.png">
<div>SDVX III Season 2</div>
</div></a>
</div>
<pre class="tagline"><em>Converted to a web-tool by <a href="https://github.com/mon/">mon</a></em></pre>
</body>
</html>