123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- <!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 - ABOUT</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>PROJECTS</h1>
- </center>
- <center>
- <table border="2">
- <tr>
- <td style="padding: 10px;">
- <center>
- <h2>Alahu Ahkbar Simulator 2001</h2>
- <a href="https://git.buttplugstudios.xyz/andrew/alahu-ahkbar-simulator">Source Code & Downloads</a>
- </center>
- <p>
- You can probably guess what the game is about. <br>
- Inspired by How to rob a Gas Station (1 & 2)
- </p>
- </td>
- </tr>
- </table>
- </center>
-
- <br><br>
- <center>
- <table border="2">
- <tr>
- <td style="padding: 10px;">
- <center>
- <h2>SkibidiHub (Discontinued)</h2>
- <a href="https://git.buttplugstudios.xyz/andrew/skibidihub">Source Code</a>
- </center>
- <p>
- SkibidiHub is a video STREAMING website <br>
- HERE is a MESSAGE from the SKIBIDIHUB admins: <br>
- SIGN IN to see this EPIC content
- </p>
- </td>
- </tr>
- </table>
- </center>
- </td>
- <!-- buttplug images -->
- <td class="buttplug-container">
- <!-- bobux (1999 style) -->
- <div style="max-height: 670px;">
- <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>
- <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>
|