-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (45 loc) · 1.62 KB
/
index.html
File metadata and controls
49 lines (45 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<title>Adventures</title>
<!-- [if it IE 9]
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body background="C:\Users\USER\Python Pro\spychat\adventure.JPG" >
<header>
<center>
<font size="+3" color="black"><b>Welcome To Adventure Tours in Uttarakhand</b></font>
</center>
<nav>
<ul>
<li><a href="/index.html"> Home</li>
<li><a href="/About.html"> About</li>
<li><a href="/Gallery.html"> Gallery</li>
<li><a href="/Contact.html"> Contact</li>
</ul>
</nav>
</header>
<section id="main">
<p align="center">
<FONT SIZE="+2" color="green"><b>You don't want to miss the nature</b>
</FONT>
</p>
<form action="/api/login" method="post">
<label for=username>Username:</label>
<input type="text" name="username" id="username" placeholder="xyz@gmail.com" /><br> <br>
<label for="password">Password:</label>
<input type="password" name="password" id="password" length="8" /><br> <br>
<input type="checkbox" name="Remeber" id="Remeber">
<label for="Remeber">Remembe Me </label><br><br>
<input type="submit" name="login-button" value="login" />
<input type="reset" name="cancel-button" value="cancel" />
<a href="https://www.thrillophilia.com/adventure-tours-in-uttarakhand">
</form>
</section>
<footer>
<font color="black"><center><b>©2018 Puchka</b> </center></font>
</footer>
</body>
</html>