-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathotp.html
More file actions
57 lines (38 loc) · 1.31 KB
/
Copy pathotp.html
File metadata and controls
57 lines (38 loc) · 1.31 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Homepage-Nomad Speaks</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<div class="header-div">
<header class="header">
<a href="index.html">NOMAD SPEAKS</a>
<a href="index.html"><img src="img/logo.jpg" ></a><hr style="width:80%">
</header>
<center><nav class="menu">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="destinations.html">DESTINATIONS</a>
<a href="traveltips.html">TRAVEL TIPS</a>
<a href="contact.html">CONTACT</a>
</nav></center>
</div>
<body>
<div class="form1">
<form action="" method="post" >
<hr>
<div class="payment">
<lablel for=" otp">Enter the OTP:</lablel><br>
<input type="text" name="otp">
<hr>
<button type="validate">Validate</button>
</div>
</form>
</div>
<footer class="footer">
Copyright © 2020 . Nomad Speaks . Sacchin Adarsh
</footer>
</body>
</html>