index.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="stylesheet" href="styles.css">
  7. <title>Buttplug Studios - HOME</title>
  8. </head>
  9. <body>
  10. <center>
  11. <table border="1">
  12. <tr>
  13. <tr>
  14. <td>
  15. <!-- Logo -->
  16. <center><img src="assets/logo.gif"></img></center>
  17. </td>
  18. <td>
  19. <!-- Nav bar (1999 style) -->
  20. <table border="1">
  21. <tr><td><a href="index.html">HOME <<</a></td></tr>
  22. <tr></tr><td><a href="about.html">ABOUT</a></td></tr>
  23. <tr><td><a href="projects.html">PROJECTS</a></td></tr>
  24. <tr><td><a href="contact.html">CONTACT</a></td></tr>
  25. </table>
  26. </td>
  27. </tr>
  28. <td style="padding:10px;">
  29. <!-- BODY (1999 style) -->
  30. <center>
  31. <h1>Welcome to buttplug studios</h1>
  32. </center>
  33. <h3>
  34. we make <bold></bold>interactive experiences</bold> for the <bold>modern world</bold>. <br />
  35. for more details about our <bold>interactive experiences</bold>, go to the <bold>projects</bold> page.
  36. </h3>
  37. <br>
  38. <marquee><center><h1><bold>[[BIG NEWS BIG NEWS]]</bold></h1></center></marquee>
  39. <center><h2><a href="/projects.html">Alahu Ahkbar Simulator</a> playtest release 0.3 has DROPPED</h2></center>
  40. <h3>you should really <a style="color: red;" href="https://git.buttplugstudios.xyz/andrew/alahu-ahkbar-simulator">go play it!!!!</a> man</h3>
  41. </td>
  42. <!-- buttplug images -->
  43. <td class="buttplug-container">
  44. <!-- bobux (1999 style) -->
  45. <div style="max-height: 250px;">
  46. <img src="assets/bobux.gif" width="100px" height="100px">
  47. <br>
  48. <img src="assets/bobux.gif" width="100px" height="100px">
  49. <br>
  50. <img src="assets/bobux.gif" width="100px" height="100px">
  51. <br>
  52. <img src="assets/bobux.gif" width="100px" height="100px">
  53. <br>
  54. <img src="assets/bobux.gif" width="100px" height="100px">
  55. <br>
  56. <img src="assets/bobux.gif" width="100px" height="100px">
  57. <br>
  58. <img src="assets/bobux.gif" width="100px" height="100px">
  59. <br>
  60. <img src="assets/bobux.gif" width="100px" height="100px">
  61. <br>
  62. </div>
  63. </td>
  64. </tr>
  65. </table>
  66. </center>
  67. </body>
  68. </html>