123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="styles.css">
- <title>Buttplug Studios - HOME</title>
- </head>
- <body>
- <center>
- <table border="1">
- <tr>
- <tr>
- <td>
- <!-- Logo -->
- <center><img src="assets/logo.gif"></img></center>
- </td>
- <td>
- <!-- Nav bar (1999 style) -->
- <table border="1">
- <tr><td><a href="index.html">HOME <<</a></td></tr>
- <tr></tr><td><a href="about.html">ABOUT</a></td></tr>
- <tr><td><a href="projects.html">PROJECTS</a></td></tr>
- <tr><td><a href="contact.html">CONTACT</a></td></tr>
- </table>
- </td>
- </tr>
- <td style="padding:10px;">
- <!-- BODY (1999 style) -->
- <center>
- <h1>Welcome to buttplug studios</h1>
- </center>
- <h3>
- we make <bold></bold>interactive experiences</bold> for the <bold>modern world</bold>. <br />
- for more details about our <bold>interactive experiences</bold>, go to the <bold>projects</bold> page.
- </h3>
- <br>
-
- <marquee><center><h1><bold>[[BIG NEWS BIG NEWS]]</bold></h1></center></marquee>
- <center><h2><a href="/projects.html">Alahu Ahkbar Simulator</a> playtest release 0.3 has DROPPED</h2></center>
- <h3>you should really <a style="color: red;" href="https://git.buttplugstudios.xyz/andrew/alahu-ahkbar-simulator">go play it!!!!</a> man</h3>
-
- </td>
- <!-- buttplug images -->
- <td class="buttplug-container">
- <!-- bobux (1999 style) -->
- <div style="max-height: 250px;">
- <img src="assets/bobux.gif" width="100px" height="100px">
- <br>
- <img src="assets/bobux.gif" width="100px" height="100px">
- <br>
- <img src="assets/bobux.gif" width="100px" height="100px">
- <br>
- <img src="assets/bobux.gif" width="100px" height="100px">
- <br>
- <img src="assets/bobux.gif" width="100px" height="100px">
- <br>
- <img src="assets/bobux.gif" width="100px" height="100px">
- <br>
- <img src="assets/bobux.gif" width="100px" height="100px">
- <br>
- <img src="assets/bobux.gif" width="100px" height="100px">
- <br>
- </div>
- </td>
- </tr>
- </table>
- </center>
- </body>
- </html>
|