Advertisement
thotfrnk

final project response.html

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