Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <title>Subcool AC Services</title>
- <meta charset="utf-8">
- <link href="../css/style.css" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/png" sizes="32x32" href="../pics/favicon-32x32.png">
- </head>
- <body class="box">
- <!--Header-->
- <div id="header">
- <header>
- <!--Navigation bar-->
- <div>
- <nav>
- <ul>
- <li><a href="../index.html">Home</a></li>
- <li><a href="Services.html">Services</a></li>
- <li><a href="Gallery.html">Gallery</a></li>
- <li><a href="Contact.html">Contact</a></li>
- <li><div id="login"><a href="login.html">Login</a></div></li>
- <li><div id="signup"><a href="signup.html">Sign Up</a></div></li>
- </ul>
- </nav>
- </div>
- </header>
- </div> <!--End of header-->
- <!--Banner-->
- <div class="banner"><img src="../pics/subcool_ac.jpg" alt="A longer version of Subcool AC Services' logo." width="1070" height="350"></div>
- <div class="container">
- <h1>Submission Confirmed</h1>
- <p class="form_para">Thank you, your information has been recorded.</p>
- <img id="logo" src="../pics/subcool_logo.png" alt="Subcool AC Services logo." title="Subcool AC Services" width="250" height="250">
- </div>
- <!--Footer-->
- <div id="footer">
- <footer>
- <p><a href="sitemap.html">Site Map</a></p>
- <p>© 2022 Subcool AC Services</p>
- </footer>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement