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

remove border on images for netscape 3

This commit is contained in:
mat 2023-12-08 16:50:11 -06:00
parent e335744c17
commit bfd909ccdd

View file

@ -4,4 +4,4 @@
export let href: string
</script>
<a {href}><img src="/retro/buttons/{src}" {alt} width="88" height="31" /></a>
<a {href}><img src="/retro/buttons/{src}" {alt} width="88" height="31" border="0" /></a>