1
0
Fork 0

mod page cleanup

pages
Lethe Beltane 1 year ago
parent 5fdd4a36b0
commit 4dea9283c1
Signed by: lethe
GPG Key ID: 21A3DA3DE29CB63C

@ -8,6 +8,7 @@
<body>
<h1>Mods</h1>
<h2>Super Smash Bros. 4 (3DS)</h2>
<h3>Skins</h3>
<p>Psst! You <a href="./sm4sh_reskin_guide_20220807.pdf">want a tutorial?</a></p>
<p>
<a href="./captain_rainbow/index.html">
@ -136,12 +137,35 @@
<a href="./lucas_womenrespecter/index.html">
<img src="./lucas_womenrespecter/lucas_womenrespecter.png" alt="Lucas Respects Women">
</a>
</p>
</p><!--
<h2>Sims 4</h2>
<p>I'm too lazy to make anything more than a text list at this time.</p>
<ul>
<li><a href="./Sims4_TerfyShirts/index.html">Terfy Shirts</a></li>
</ul>
</ul>-->
<p>&nbsp;</p>
<h3>Music</h3>
<p>I (probably) can't legally upload these directly to my site, so you'll have to just deal with external links.</p>
<table>
<thead>
<th>Song</th>
<th>Original Game</th>
<th>Download Links</th>
</thead>
<tbody>
<tr>
<td>Holy Ground [Inferno]</td>
<td>Fire Emblem Warriors: Three Hopes</td>
<td>
<p>
<a href="https://gamebanana.com/sounds/65804">[GAMEBANANA]</a>
<a href="ipfs://QmTe9dxyAenorgqPgG6adXdE96SoKgZEX5BYJSriMhjS2n">[IPFS]</a>
<a href="http://127.0.0.1:8888/CHK@LilbBiSaSpX6LOiYeSi1rWbMXtzo3KYVibMUTJhd1KU,4PKB1vpM9~KfjDawJMNiLxgrSED2BObSBC55UB2Pr1k,AAMC--8/Holy%20Ground%20%5bInferno%5d.brstm">[FREENET]</a>
</p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<script data-goatcounter="https://stats.letsdecentralize.org/count"
async src="//stats.letsdecentralize.org/count.js"></script>

@ -32,10 +32,19 @@ p {
h1, code {
color: #cc99ff;
}
h2, b {
h2, b, p {
color: #D162A4;
}
.note {
text-align: center;
color: #cc99ff;
}
table {
width: 100%;
padding: 3px;
color: #ffffff;
}
td, span {
text-align: center;
}

Loading…
Cancel
Save