Advertisement
thotfrnk

final project site map.html

Jan 13th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--Site map-->
  4.  
  5. <html lang="en-US">
  6.  
  7.      <head>
  8.           <title>Site Map</title>
  9.          
  10.           <meta charset="utf-8">
  11.          
  12.           <link href="../css/style.css" rel="stylesheet" type="text/css">
  13.          
  14.           <link rel="icon" type="image/png" sizes="32x32" href="../pics/favicon-32x32.png">
  15.      </head>
  16.      
  17.      <body class="box">
  18.           <!--Header-->
  19.               <div id="header">
  20.                 <header>
  21.                  
  22.                   <!--Navigation bar-->
  23.                  
  24.                   <div>
  25.                      <nav>
  26.                         <ul>
  27.                            <li><a href="../index.html">Home</a></li>
  28.                            <li><a href="Services.html">Services</a></li>
  29.                            <li><a href="Gallery.html">Gallery</a></li>
  30.                            <li><a href="Contact.html">Contact</a></li>
  31.                            <li><div id="login"><a href="login.html">Login</a></div></li>
  32.                            <li><div id="signup"><a href="signup.html">Sign Up</a></div></li>
  33.                         </ul>
  34.                      </nav>
  35.                   </div>
  36.                  </header>
  37.               </div> <!--End of header-->
  38.              
  39.               <!--Banner-->
  40.               <div class="banner"><img src="../pics/subcool_ac.jpg" alt="A longer version of Subcool AC Services' logo." width="1070" height="350"></div>
  41.          
  42.           <!--Provides the user an easy layout of the website-->
  43.          
  44.           <div class="container">
  45.          
  46.           <h1 id="font">Site Map</h1>
  47.          
  48.             <div id="sitemap">
  49.                 <h4><a href="../index.html">Home</a></h4>
  50.                 <h4><a href="Services.html">Services</a></h4>
  51.                 <h4><a href="Gallery.html">Gallery</a></h4>
  52.                 <h4><a href="Contact.html">Contact</a></h4>
  53.                 <h4><a href="login.html">Login</a></h4>
  54.                 <h4><a href="signup.html">Sign Up</a></h4>
  55.             </div>
  56.            
  57.          </div>
  58.          
  59.          <!--Footer-->
  60.           <div id="footer">
  61.               <footer>
  62.                      <p><a href="sitemap.html">Site Map</a></p>
  63.                      <p>&copy; 2022 Subcool AC Services</p>
  64.               </footer>
  65.           </div>
  66.          
  67.     </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement