Advertisement
Gomuboy

Listed - HTML

May 18th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Welcome</title>
  4.         <meta charset="utf-8">
  5.         <link rel="stylesheet" type="text/css" href="css.css">
  6.     </head>
  7.     <body>
  8.         <div class="container">
  9.             <ul>
  10.                 <div class="titulo">
  11.                     4chan
  12.                 </div>
  13.                 <li>
  14.                     <a href="https://boards.4chan.org/wg/">Wallpapers General</a>
  15.                 </li>              
  16.                 <li>
  17.                     <a href="https://boards.4chan.org/g/">Technology</a>
  18.                 </li>              
  19.                 <li>
  20.                     <a href="https://boards.4chan.org/b/">Timekiller</a>
  21.                 </li>              
  22.                 <li>
  23.                     <a href="https://boards.4chan.org/vg/">Games General</a>
  24.                 </li>              
  25.             </ul>
  26.         </div>
  27.     </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement