mod page cleanup
This commit is contained in:
parent
5fdd4a36b0
commit
4dea9283c1
2 changed files with 36 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>Mods</h1>
|
<h1>Mods</h1>
|
||||||
<h2>Super Smash Bros. 4 (3DS)</h2>
|
<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>Psst! You <a href="./sm4sh_reskin_guide_20220807.pdf">want a tutorial?</a></p>
|
||||||
<p>
|
<p>
|
||||||
<a href="./captain_rainbow/index.html">
|
<a href="./captain_rainbow/index.html">
|
||||||
|
@ -136,12 +137,35 @@
|
||||||
<a href="./lucas_womenrespecter/index.html">
|
<a href="./lucas_womenrespecter/index.html">
|
||||||
<img src="./lucas_womenrespecter/lucas_womenrespecter.png" alt="Lucas Respects Women">
|
<img src="./lucas_womenrespecter/lucas_womenrespecter.png" alt="Lucas Respects Women">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p><!--
|
||||||
<h2>Sims 4</h2>
|
<h2>Sims 4</h2>
|
||||||
<p>I'm too lazy to make anything more than a text list at this time.</p>
|
<p>I'm too lazy to make anything more than a text list at this time.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./Sims4_TerfyShirts/index.html">Terfy Shirts</a></li>
|
<li><a href="./Sims4_TerfyShirts/index.html">Terfy Shirts</a></li>
|
||||||
</ul>
|
</ul>-->
|
||||||
|
<p> </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> </p>
|
<p> </p>
|
||||||
<script data-goatcounter="https://stats.letsdecentralize.org/count"
|
<script data-goatcounter="https://stats.letsdecentralize.org/count"
|
||||||
async src="//stats.letsdecentralize.org/count.js"></script>
|
async src="//stats.letsdecentralize.org/count.js"></script>
|
||||||
|
|
|
@ -32,10 +32,19 @@ p {
|
||||||
h1, code {
|
h1, code {
|
||||||
color: #cc99ff;
|
color: #cc99ff;
|
||||||
}
|
}
|
||||||
h2, b {
|
h2, b, p {
|
||||||
color: #D162A4;
|
color: #D162A4;
|
||||||
}
|
}
|
||||||
.note {
|
.note {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #cc99ff;
|
color: #cc99ff;
|
||||||
}
|
}
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
padding: 3px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
td, span {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue