organizing
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 871 B After Width: | Height: | Size: 871 B |
BIN
img/design.png
Normal file
After Width: | Height: | Size: 783 B |
BIN
img/files.png
Normal file
After Width: | Height: | Size: 833 B |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 740 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
BIN
img/yes.kra
Normal file
34
index.html
|
@ -19,35 +19,35 @@
|
|||
<h3>banners</h3>
|
||||
<div id="banners">
|
||||
<a href="https://archive.org">
|
||||
<img src="ia.gif"></img>
|
||||
<img src="img/ia.gif"></img>
|
||||
</a>
|
||||
|
||||
<img src="hair.png"></img>
|
||||
<img src="hand.webp"></img>
|
||||
<img src="fuckcss.png"></img>
|
||||
<img src="img/hair.png"></img>
|
||||
<img src="img/hand.webp"></img>
|
||||
<img src="img/fuckcss.png"></img>
|
||||
|
||||
<a href="https://store.steampowered.com/app/2357910/Home_Safety_Hotline/">
|
||||
<img src="hsh.gif"></img>
|
||||
<img src="img/hsh.gif"></img>
|
||||
</a>
|
||||
|
||||
<a href="https://recaptcha.sucks/">
|
||||
<img src="fuckgoogle.png"></img>
|
||||
<img src="img/fuckgoogle.png"></img>
|
||||
</a>
|
||||
|
||||
<a href="">
|
||||
<img src="clickme.gif"></img>
|
||||
<img src="img/clickme.gif"></img>
|
||||
</a>
|
||||
|
||||
<a href="https://avitld.xyz/">
|
||||
<img src="avitldv2.gif"></img>
|
||||
<img src="img/avitldv2.gif"></img>
|
||||
</a>
|
||||
|
||||
<a href="https://heroin.zone/">
|
||||
<img src="hz.gif"></img>
|
||||
<img src="img/hz.gif"></img>
|
||||
</a>
|
||||
|
||||
<a href="https://iwakura.rip/">
|
||||
<img src="iwakura.gif"></img>
|
||||
<img src="img/iwakura.gif"></img>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -56,6 +56,16 @@
|
|||
<p>e-mail & xmpp: hex[at]iwakura.rip<br>
|
||||
discord: hex.maybe</p>
|
||||
</div>
|
||||
<div class="nav-content">
|
||||
<h3>links</h3>
|
||||
<a href="files/">
|
||||
<img src="img/files.png"></img>
|
||||
</a>
|
||||
|
||||
<a href="img/">
|
||||
<img src="img/design.png"></img>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -66,7 +76,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: heartFont;
|
||||
src: url("rainyhearts.ttf");
|
||||
src: url("ttf/rainyhearts.ttf");
|
||||
}
|
||||
|
||||
@keyframes rainbow_anim {
|
||||
|
@ -93,7 +103,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
#banners img {
|
||||
img {
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
|
|