index.html 944 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html lang=en>
  3. <head>
  4. <title>hello</title>
  5. <link href="whatever.css" rel="stylesheet" type="text/css">
  6. </head>
  7. <body background="union.gif">
  8. <div class="box">
  9. for the time being this site will be empty. i will be uploading a full version when i have finished it. if you have a problem with that, suck your mum.
  10. <p>
  11. <img src="BlinkIcon.png">
  12. </p>
  13. <p>
  14. <img src="union.gif">
  15. </p>
  16. <p>
  17. <a href="https://www.youtube.com/watch?v=_HqFwvLhzag">broken leg idiot x3</a>
  18. </p>
  19. <p>
  20. <audio controls>
  21. <source src="https://owlman.neocities.org/odds/nwa.mp3" type="audio/mpeg">
  22. Your browser does not support the audio element.
  23. </audio>
  24. </p>
  25. <p>
  26. <audio controls>
  27. <source src="Idle3.ogg" type="audio/mpeg">
  28. Your browser does not support the audio element.
  29. </audio>
  30. </p>
  31. <p>
  32. <a href="idiot.html">if you think this site is bad, you aint seen nothin yet sister</a>
  33. </p>
  34. </body>
  35. </html>