-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
43 lines (42 loc) · 1.56 KB
/
contact.html
File metadata and controls
43 lines (42 loc) · 1.56 KB
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
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<div class="search-container">
<form class="example" action="/action_page.php" style="margin:auto;max-width:300px">
<input type="text" placeholder="Search.." name="search2">
<button type="submit">🔍︎</button>
</form>
</div>
</div>
<div id="main">
<span class="menu-btn" style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
</div>
<div class="banner-wrap">
<img class="banner-image" src="design/contactus.webp" alt="Banner">
</div>
<h1>Example Title</h1>
<h2>Testing page exemple text.</h2>
<p>Testing page exemple text testing text.</p>
<p>Testing page exemple text page exemple text page exemple text page exemple text.</p>
<hr class="divider">
</div>
<footer>
<p class="site-footer">
© <span id="year" aria-hidden="true"></span> CoolWebsite. All rights reserved.
</p>
</footer>
<script src="main.js"></script>
</body>
</html>