-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
51 lines (47 loc) · 1.46 KB
/
contact-us.html
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
44
45
46
47
48
49
50
51
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<title>Video Downloader</title>
<link href="https://fonts.googleapis.com/css?family=Dosis:400,700" rel="stylesheet" />
<link href="./css/style.css" rel="stylesheet" />
<meta name="viewport" content ="width=device-width,initial-scale=1,user-scalable=yes" />
</head>
<body>
<div id="header">
<h1>Youtube Video Downloader</h1>
</div>
<div>
<button class="button" onclick="updateData()">Tap here to update the list! </button>
</div>
<div id="root">
<div class="lds-facebook" id="loader"><div></div><div></div><div></div></div>
<div class="lds-ripple"><div></div><div></div></div> -->
<!-- </div>
<script src="./js/index.js"></script>
</body>
</html> -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Creating Fixed Header and Footer with CSS</title>
<link href="./css/style.css" rel="stylesheet" />
</head>
<body>
<div class="fixed-header">
<div class="container">
<nav>
<a href="./contanct-us">Home</a>
<a href="#">How To Use</a>
<a href="#">Contact Us</a>
</nav>
</div>
</div>
<div class="container">
<input type="text" class="urlTxt" name="fname"><br><br>
</div>
<div class="fixed-footer">
<div class="container">Copyright © Umang Kathuria Studio</div>
</div>
</body>
</html>