diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-20 14:03:11 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-20 14:03:11 -0600 |
commit | 1f2c834adcef50a5dd139f84ec6b52dc15411f36 (patch) | |
tree | efb4325f3ef55b4c48bb4c4a2cfc6a299607e22e | |
parent | 21205efd91e474e2d8d6ab933d0fc10ec362fc47 (diff) |
Started working on the blahaj room
-rw-r--r-- | blahajRoom.html | 77 | ||||
-rw-r--r-- | images/blahaj_background.jpg | bin | 0 -> 60196 bytes |
2 files changed, 77 insertions, 0 deletions
diff --git a/blahajRoom.html b/blahajRoom.html new file mode 100644 index 0000000..c913c73 --- /dev/null +++ b/blahajRoom.html @@ -0,0 +1,77 @@ +<!DOCTYPE html> +<html> + +<head> + <title>Blahaj room</title> + +<style> + +body { + color: black; + background-image: url('images/blahaj_background.jpg'); +} + +table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; +} + +</style> + +</head> + +<body> + <center> + <h1>Blahaj!!!!</h1> + + <table border="1" width="60%"> + <tr> + <td> + <h2>If you don't have a blahaj BUY ONE NOW!!</h2> + <a href="https://blahaj.quest" target="_blank">Look here to find your blahaj today!</a> + <p>It will improve your life</p> + </td> + </tr> + + <tr> + <td> + <h2>Reasons why blahaj is bad ass:</h2> + <ul> + <li>Blahaj is a shark</li> + <li>Blahaj is light blue</li> + <li>Blahaj is the perfect cuddle size for everyone</li> + <li>Blahaj also works very well as a pillow</li> + <li>Blahaj is soft</li> + <li>Blahaj is perfect for pictures with a cat or doggo</li> + <li>Blahaj is inclusive and a great comrade to the lgbtq+ community</li> + <li>There is too many reasons to list here</li> + </ul> + + <h2>Reasons why blahaj isn't bad bass:</h2> + <p> + There is none. Blahaj is the best 30 american bucks you can ever spend on ANYTHING! + </p> + <img src="https://media.tenor.com/yiO4tNS5CtkAAAAM/blahaj.gif" alt="Blahaj hate crime" width="30%"/> + </td> + </tr> + </table> + + <table border="1" width="60%"> + <tr> + <td> + <h2>Spam</h2> + <img src="https://media1.tenor.com/m/h6T7YUwIn5UAAAAC/blahaj-go-spinny-blahaj.gif" alt="Blahaj go spinny" width="40%"/> + <img src="https://media1.tenor.com/m/EDi5YeeBspIAAAAd/omg-i-love-my-blahaj-so-much-just-kidding-die.gif" alt="DIE BLAHAJ!" width="40%"/> + <img src="https://media1.tenor.com/m/NpyBsaAUbPoAAAAd/ikea-blahaj.gif" alt="Blahaj getting washed" width="40%"/> + <img src="https://media1.tenor.com/m/Z2NIgmVFce0AAAAC/blahaj-z3n.gif" alt="Blahaj jump scare" width="40%"/> + </td> + </tr> + </table> + + </center> +</body> +</html> diff --git a/images/blahaj_background.jpg b/images/blahaj_background.jpg Binary files differnew file mode 100644 index 0000000..f6e9208 --- /dev/null +++ b/images/blahaj_background.jpg |