very silly

This commit is contained in:
Alexandra Dunn 2023-04-24 06:15:22 +00:00
commit bd4b08a797
14 changed files with 103 additions and 0 deletions

34
css/style.css Normal file
View file

@ -0,0 +1,34 @@
body {
border: 10px solid darkred;
font-family: 'Comic Sans','Comic Sans MS',monospace;
font-size: 14pt;
height: 100%;
padding: 1em;
}
h1::before {
content: "🔥 ";
}
dt {
font-weight: bold;
}
section.server-info {
background: bottom right pink url('../img/asuka.png') no-repeat;
border: 5px solid darkred;
min-height: 300px;
min-width: 35%;
padding: 0.5em 1em;
}
@media screen and (min-device-width: 900px) and (min-width: 900px) {
section.server-info {
float: right;
margin-left: 1em;
}
}
.server-info code {
background-color: white;
}

BIN
img/asuka.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
img/cathy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
img/karina.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
img/kiyoko.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/kumi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
img/megumi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
img/nana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/ryuko.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
img/shinobu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
img/tamaki.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
img/tetsuko.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
img/torami.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

69
index.html Normal file
View file

@ -0,0 +1,69 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Asuka Online™</title>
<meta name="description" content="A mednafen community server">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>So You Want to Play Asuka 120% LimitOver Burning Fest. Online With Your Friends And Also Your Enemies</h1>
<h2>great youve come to the right place</h2>
</header>
<section class="server-info">
<h3>the short version</h3>
<dl>
<dt>server</dt>
<dd>
<code>120.bitch.city</code>
</dd>
<dt>port</dt>
<dd>
<code>4046</code>
</dd>
</dl>
</section>
<section class="download-info">
<ol type="1">
<li>install the <a href="https://mednafen.github.io/releases/">latest
mednafen (probably the stable one)</a>
<ol type="a">
<li>optionally, install a GUI frontend to mednaffen such as</li>
<ol type="i">
<li><a href="https://github.com/AmatCoder/mednaffe#readme">mednaffe</a></li>
<li><a href="https://github.com/RossenX/NullDC-BEAR#readme">BEAR</a></li>
<li><a href="https://github.com/Speedvicio/MedGuiReborn#readme">MedGui Reborn</a></li>
</ol>
</ol></li>
<li>download the <a href="https://github.com/archtaurus/RetroPieBIOS#bios-list">saturn BIOS
(<code>mpr-17933.bin</code>)</a> and place it in mednafens
<code>firmware</code> directory (you may need to run mednafen to create
this directory)</li>
<li>download the <a href="https://wiki.gbl.gg/w/Asuka_120_LimitOver">patched game</a>
from the wiki</li>
<li><a
href="https://wiki.gbl.gg/w/Asuka_120_LimitOver/Netplay#Mednafen_Netplay">configure
netplay in mednafen</a></li>
<li>🔥</li>
</ol>
</section>
</body>
</html>