Advertisement
Kyleighmcc

current html

Aug 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.    <link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
  6. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  7.  
  8.  
  9.  
  10.     <title>Kyleigh McCarthy </title>
  11.    
  12.     <link href="Website1.css" rel="stylesheet" type="text/css">
  13. </head>
  14.  
  15. <body>
  16.     <div class="nav">
  17.         <ul>
  18.             <li><a>Home</a></li>
  19.             <li><a href="aboutMe.html">About Me</a></li>
  20.             <li><a href="news.html">News</a></li>
  21.             <li><a href="portfolio.html">Portfolio</a></li>
  22.             <li><a href="cuteCats.html">Cute Cats</a></li>
  23.         </ul>
  24.     </div>
  25.     <br>
  26.    
  27.         <h1 id="mainHeader">Kyleigh McCarthy</h1>
  28.  
  29.    
  30. </body>
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement