ItsWolfiy

WolfiyEdits - Contact.html

Apr 15th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <a name="TopContact"> </a>
  4.     <head>
  5.         <title>WolfiyEdits</title>
  6.         <link href="Styles/main.css" rel="stylesheet" type="text/css" />
  7.         <link href="Styles/contact.css" rel="stylesheet" type="text/css" />
  8.     </head>
  9.    
  10.     <body>
  11.         <h1> <div class="mainTitle">WOLFIYEDITS</div> </h1>
  12.        
  13.         <header>
  14.             <nav>
  15.                 <ul>
  16.                     <li> <a href="index.html">Home</a> </li>
  17.                     <li> <a href="Downloads.html">Downloads</a> </li>
  18.                     <li> <a target="_blank" href="https://sellfy.com/Wolfiy">Sellfy</a> </li>
  19.                     <li style="float:right"><a class="active" href="Contact.html">Contact</a></li>
  20.                 </ul>
  21.             </nav>
  22.         </header>
  23.        
  24.         <h2>Contact</h2>
  25.             <p>You can contact me with thoses things:</p>
  26.        
  27.         <div class="contactList">
  28.             <div class="col"> <a target="_blank" href="https://Instagram.com/Page4Bronies">Instagram - @Page4Bronies</a> </div>
  29.             <div class="col"> <a target="_blank" href="https://Instagram.com/WolfiyEditor">Instagram - @WolfiyEditor</a> </div>
  30.             <div class="col"> <a target="_blank" href="https://YouTube.com/DarkWolfiiy">YouTube - Wolfiy</a> </div>
  31.         </div>
  32.        
  33.         <footer> <div class="footerText">Copyright 2016 WolfiyEdits | <a href="#TopContact">Go to top of the page</a> </div> </footer>
  34.        
  35.     </body>
  36.  
  37. </html>
Add Comment
Please, Sign In to add comment