1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

8minty button

This commit is contained in:
mat 2023-12-09 14:49:59 -06:00
parent 224a4eda55
commit 7809287104
4 changed files with 7 additions and 12 deletions

View file

@ -18,12 +18,4 @@
})
</script>
<!-- <Body
bgcolor="#000000"
background="/retro/background.gif"
text="#ffffff"
link="#ffffff"
alink="#ffffff"
vlink="#ffffff"
/> -->
<slot />

View file

@ -49,6 +49,7 @@
<Button href="//honbra.com" src="honbra.png" alt="honbra" />
<Button href="//ssi.fyi" src="ssi.gif" alt="server scanning inc" />
<Button href="//cbax.dev" src="cbax.gif" alt="cbax" />
<Button href="//8minty.me" src="8minty.gif" alt="8minty" />
<Button href="//archlinux.org" src="archbtw.png" alt="archbtw" />
<Button
href="//www.mozilla.org/en-US/firefox/new"
@ -188,8 +189,4 @@
text-align: center;
font-family: monospace;
}
.buttons img {
image-rendering: crisp-edges;
}
</style>

View file

@ -5,3 +5,9 @@
</script>
<a {href}><img src="/retro/buttons/{src}" {alt} width="88" height="31" border="0" /></a>
<style>
img {
image-rendering: crisp-edges;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB