Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Jacob Howard, Sebastian Landazuri">
- <meta name="description" content="Anime is real! Figure out how to get your waifu in real life at your own home!">
- <meta name="keywords" content="html, project, q3, hoax, anime is real, anime, anime, html, milwee, not real, fake">
- <link rel="stylesheet" type="text/css" href="css/anime.css">
- <link rel="shortcut icon" type="image/icon" href="img/favicon.ico"> <!-- Picture in the tab -->
- <title>Anime is Real!</title> <!-- Words in the tab to replace the url -->
- </head>
- <body>
- <header align="center">
- <!-- Logo goes here -->
- <a href="index.html"><img src="img/logo.png" type="image/png" href="index.html" alt="Anime is Real!" id="logo"></a>
- </header>
- <br>
- <nav align="center"> <!-- Holding the links below the header -->
- <a href="index.html"><button>Home</button></a>
- <a href="more.html"><button>About</button></a>
- <a href="images.html"><button>Images</button></a>
- <a href="contact.html"><button>Contact</button></a>
- </nav>
- <br>
- <table width="100%"> <!-- The container for the three boxes under the URLs -->
- <tr>
- <td width="20%"> <!-- The box on the left side of the page -->
- <div id="block">
- <p>Local fish lady thinks that anime is real...</p>
- <a href="av/pranked.mp4" target="_blank">
- <button class="read">Read More</button></a>
- <!-- 'Read More' buttons lead to the "pranked" video -->
- <p>Local lizard watches anime, shocked to find out his dreams can come true...</p>
- <a href="av/pranked.mp4" target="blank">
- <button class="read">Read More</button></a>
- <p>Japan weeaboos invade Russia...</p>
- <a href="av/pranked.mp4" target="blank">
- <button class="read">Read More</button></a>
- <p>Local lady wants "senpai" to notice her...</p>
- <a href="av/pranked.mp4" target="blank">
- <button class="read">Read More</button></a>
- </div>
- </td>
- <td width="60%" style="margin-left:7px; margin-right:7px;"> <!-- The box in the center of the page -->
- <div>
- <h2 align="center">About The Creators</h2>
- <p id="about">This website was created by two low-lived meme lords.</p>
- <p id="about">Why do you want to know?</p>
- <p align="center"><a href="credits.html" id="hide">~Actual Credits~</a></p>
- <center>
- <img src="img/meme1.jpg" type="image/jpeg" alt="Pepe the frog" id="meme">
- </center>
- </div>
- </td>
- <td width="20%"> <!-- The box on the right side of the page -->
- <div id="block">
- <img src="img/anime1.jpg" alt="it's time to stop" type="image/jpg" id="anime">
- <img src="img/smile1.jpg" alt="edgy smile" type="image/jpg" id="anime">
- </div>
- </td>
- </tr>
- </table>
- </body>
- </html>
Advertisement