add owo to meowo

This commit is contained in:
b1ek 2023-07-20 20:37:17 +10:00
parent 949c74cf2d
commit d04cdc8761
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 9 additions and 2 deletions

View File

@ -4,4 +4,9 @@
background: url(/assets/kittycatcat.png); background: url(/assets/kittycatcat.png);
background-size: cover; background-size: cover;
text-shadow: 0 2px 2px black; text-shadow: 0 2px 2px black;
.owo {
font-size: 120%;
font-weight: 900;
}
} }

View File

@ -10,11 +10,13 @@
} }
</script> </script>
<div class={styles.cat}> <div class={styles.cat} style="margin-top:100px">
<h1>meow mewoweu :3</h1> <h1>meow mewoweu :3</h1>
<p>this is a cat cat kitty cat zone :3</p> <p>this is a cat cat kitty cat zone :3</p>
<img src='/assets/the_meowo.png' alt='meowo the greatnes :3' width="600px"> <img src='/assets/the_meowo.png' alt='meowo the greatnes :3' width="600px">
<h1>Meowo "The greatness"</h1> <h1>Meowo "The greatness"</h1>
<p>Worship the great Meowo</p> <p style='font-size:20pt;font-weight:800'>
Worship the great Me<span class={styles.owo}>OwO</span>
</p>
<p>{@html meowo_meow}</p> <p>{@html meowo_meow}</p>
</div> </div>