HTML

images.html

Feb 24th, 2017
189
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.55 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"> <!-- Logo goes here -->
  16. <a href="index.html"><img src="img/logo.png" type="image/png" href="index.html" alt="Anime is Real! (Logo)" id="logo"></a>
  17. </header>
  18. <br>
  19. <nav align="center"> <!-- Holding the links below the header -->
  20. <a href="index.html"><button>Home</button></a>
  21. <a href="more.html"><button>About</button></a>
  22. <a href="images.html"><button>Images</button></a>
  23. <a href="contact.html"><button>Contact</button></a>
  24. </nav>
  25. <br>
  26. <table width="100%"> <!-- The container for the three boxes under the seperator line -->
  27. <tr>
  28. <td width="20%"> <!-- The box on the left side of the page -->
  29. <div>
  30. <p>Local fish lady thinks that anime is real...</p>
  31. <a href="av/pranked.mp4" target="blank">
  32. <button class="read">Read More</button></a>
  33. <!-- 'Read More' buttons lead to the "pranked" video -->
  34. <p>Local lizard watches anime, shocked to find out his dreams can come true...</p>
  35. <a href="av/pranked.mp4" target="blank">
  36. <button class="read">Read More</button></a>
  37. <p>Japan weeaboos invade Russia...</p>
  38. <a href="av/pranked.mp4" target="blank">
  39. <button class="read">Read More</button></a>
  40. <p>Local lady wants "senpai" to notice her...</p>
  41. <a href="av/pranked.mp4" target="blank">
  42. <button class="read">Read More</button></a>
  43. </div>
  44. </td>
  45. <td width="60%">
  46. <!-- The box in the center of the page -->
  47. <div>
  48. <p align="center">Still don't believe us? Just look at these happy customers!*<br><sup>*paid actors</sup></p>
  49. <img src="img/seabas1.jpg" type="image/jpg" alt="seabass" align="left" height="580px" width="300px" style="margin-top:0px;">
  50. <img src="img/jaek1.jpg" type="image/jpg" alt="jake" align="right" height="580px" width="300px" style="margin-top:0px;">
  51. </div>
  52. </td>
  53. <td width="20%"> <!-- The box on the right side of the page -->
  54. <div>
  55. <img src="img/anime1.jpg" alt="it's time to stop" type="image/jpg" id="anime">
  56. <img src="img/smile1.jpg" alt="edgy smile" type="image/jpg" id="anime">
  57. </div>
  58. </td>
  59. </tr>
  60. </table>
  61. </body>
  62. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment