-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactus.html
More file actions
32 lines (31 loc) · 986 Bytes
/
contactus.html
File metadata and controls
32 lines (31 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./css/main.css"/>
<script src="./js/contactus.js" defer></script>
</head>
<body class="background">
<header>
<nav class="paragraph_extra">
<ul>
<li><img id="logo" src="./images/Logo.png"></li>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="spec.html">Specs</a></li>
</ul>
</nav>
</header>
<main>
<div id="myDiv">
<h1>Contact Us At: </h1>
<p>198 N ProbablyFake Cir, Pepper Pond Town Otah, 95222 </p>
<p><a href="https://www.youtube.com/watch?v=BBJa32lCaaY">+94(746)-482-3477</a></p> <!--the number in base 32 spells RICKROLL-->
<h2>Quote of The Day: </h2>
<p id="Quote"></p>
</div>
</main>
<footer>
</footer>
</body>
</html>