fix wall of shame
This commit is contained in:
parent
f946006237
commit
6c9c3b1b56
1 changed files with 31 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
<article>
|
<article>
|
||||||
<hgroup>
|
<hgroup>
|
||||||
<h1 align="center">Beatrun</h1>
|
<h1 align="center">Beatrun</h1>
|
||||||
<h3 align="center">Unofficial release of Beatrun made by our beloved GMOD paster, transphobe and super mega racist datae.<br>Free of charge, free of malware and (necessary to play) modules. Including only pure lua code.</h3>
|
<h3 align="center">Unofficial release of Beatrun made by our beloved GMOD paster, transphobe and super mega racist datae.<br>Free of charge, free of malware and free of (unnecessary to play) modules. Including only pure Lua code.</h3>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
|
|
||||||
<div class="grid" align="center">
|
<div class="grid" align="center">
|
||||||
|
@ -116,6 +116,36 @@
|
||||||
</main>
|
</main>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
{#if where == "/images"}
|
||||||
|
<main class="container" style="z-index: 99">
|
||||||
|
<div>
|
||||||
|
<article>
|
||||||
|
<hgroup>
|
||||||
|
<h1 align="center">l0l</h1>
|
||||||
|
<h3 align="center">balls</h3>
|
||||||
|
</hgroup>
|
||||||
|
|
||||||
|
{#each images as imagepair, i}
|
||||||
|
<div class="grid" align="center">
|
||||||
|
<div>
|
||||||
|
<a target="_blank" href="{imagepair[0]}" rel="noreferrer">
|
||||||
|
<img style="max-height: 50vh" src="{imagepair[0]}">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a target="_blank" href="{imagepair[1]}" rel="noreferrer">
|
||||||
|
<img style="max-height: 50vh" src="{imagepair[1]}">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/each}
|
||||||
|
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div id="footer_content" style="display: contents;">
|
<div id="footer_content" style="display: contents;">
|
||||||
<footer class="container-fluid footer_style footer_center" style="overflow:hidden;">
|
<footer class="container-fluid footer_style footer_center" style="overflow:hidden;">
|
||||||
<p style="color: #505050; font-size: 1ch">Now playing: {song_name}<br>DManip wuz better l0l | Coperight @ relaxtakenotes / el1s1on / jonnybro 2069</p>
|
<p style="color: #505050; font-size: 1ch">Now playing: {song_name}<br>DManip wuz better l0l | Coperight @ relaxtakenotes / el1s1on / jonnybro 2069</p>
|
||||||
|
|
Loading…
Reference in a new issue