Far prettier index
@ -1,8 +0,0 @@
|
||||
IndexOptions IgnoreCase NameWidth=* DescriptionWidth=* SuppressHTMLPreamble
|
||||
IndexOrderDefault Ascending Name
|
||||
IndexIgnore header.html footer.html css js
|
||||
|
||||
HeaderName header.html
|
||||
ReadmeName footer.html
|
||||
|
||||
Options +Indexes
|
@ -1,3 +1,38 @@
|
||||
.icons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.gameicon {
|
||||
border-radius:18px;
|
||||
box-shadow:0px 0px 10px 2px #888888;
|
||||
float: left;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
margin: 5px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.gameicon:hover {
|
||||
box-shadow:0px 0px 10px 1px #000000;
|
||||
}
|
||||
|
||||
.gameicon img {
|
||||
margin: 10px;
|
||||
border-radius: 18px;
|
||||
width:128px;
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
.tagline {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.fileInput {
|
||||
display: none
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
<pre><em>Converted to an ugly web-tool by <a href="https://github.com/mon/">mon</a></em></pre>
|
||||
</body>
|
||||
</html>
|
@ -1,6 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Bemani DLL Patching Tools</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Pick a game!</h1>
|
BIN
img/bisco.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
img/copula.png
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
img/eclale.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
img/groovin.png
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
img/lapis.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
img/prop.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
img/qubell.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
img/sdvx.png
Normal file
After Width: | Height: | Size: 101 KiB |
46
index.html
Normal file
@ -0,0 +1,46 @@
|
||||
<!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>
|