HTML

more.html

Feb 24th, 2017
194
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.58 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="author" content="Jacob Howard, Sebastian Landazuri">
  7. <meta name="description" content="Anime is real! Figure out how to get your waifu in real life at your own home!">
  8. <meta name="keywords" content="html, project, q3, hoax, anime is real, anime, anime, html, milwee, not real, fake">
  9. <link rel="stylesheet" type="text/css" href="css/anime.css">
  10. <link rel="shortcut icon" type="image/icon" href="img/favicon.ico"> <!-- Picture in the tab -->
  11. <title>Anime is Real!</title> <!-- Words in the tab to replace the url -->
  12. </head>
  13.  
  14. <body>
  15. <header align="center">
  16. <!-- Logo goes here -->
  17. <a href="index.html"><img src="img/logo.png" type="image/png" href="index.html" alt="Anime is Real!" id="logo"></a>
  18. </header>
  19. <br>
  20. <nav align="center"> <!-- Holding the links below the header -->
  21. <a href="index.html"><button>Home</button></a>
  22. <a href="more.html"><button>About</button></a>
  23. <a href="images.html"><button>Images</button></a>
  24. <a href="contact.html"><button>Contact</button></a>
  25. </nav>
  26. <br>
  27. <table width="100%"> <!-- The container for the three boxes under the URLs -->
  28. <tr>
  29. <td width="20%"> <!-- The box on the left side of the page -->
  30. <div id="block">
  31. <p>Local fish lady thinks that anime is real...</p>
  32. <a href="av/pranked.mp4" target="_blank">
  33. <button class="read">Read More</button></a>
  34. <!-- 'Read More' buttons lead to the "pranked" video -->
  35. <p>Local lizard watches anime, shocked to find out his dreams can come true...</p>
  36. <a href="av/pranked.mp4" target="blank">
  37. <button class="read">Read More</button></a>
  38. <p>Japan weeaboos invade Russia...</p>
  39. <a href="av/pranked.mp4" target="blank">
  40. <button class="read">Read More</button></a>
  41. <p>Local lady wants "senpai" to notice her...</p>
  42. <a href="av/pranked.mp4" target="blank">
  43. <button class="read">Read More</button></a>
  44. </div>
  45. </td>
  46. <td width="60%" style="margin-left:7px; margin-right:7px;"> <!-- The box in the center of the page -->
  47. <div>
  48. <h2 align="center">About The Creators</h2>
  49. <p id="about">This website was created by two low-lived meme lords.</p>
  50. <p id="about">Why do you want to know?</p>
  51. <p align="center"><a href="credits.html" id="hide">~Actual Credits~</a></p>
  52. <center>
  53. <img src="img/meme1.jpg" type="image/jpeg" alt="Pepe the frog" id="meme">
  54. </center>
  55. </div>
  56. </td>
  57. <td width="20%"> <!-- The box on the right side of the page -->
  58. <div id="block">
  59. <img src="img/anime1.jpg" alt="it's time to stop" type="image/jpg" id="anime">
  60. <img src="img/smile1.jpg" alt="edgy smile" type="image/jpg" id="anime">
  61. </div>
  62. </td>
  63. </tr>
  64. </table>
  65. </body>
  66. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment