-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
112 lines (51 loc) · 1.7 KB
/
About.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTML</title>
<!-- HTML -->
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css">
<!-------script------->
<script>
<!--hide
var password
var pass1='AK47'
password=prompt(' Enter Password');
if (password==pass1)
alert('Valid password , Click ok to continue');
else
{
window.location=("travel and tourism.html");
}
</script>
</head>
<body>
<div class="container">
<div class="menu">
<ul>
<li><img src="ph3.jpeg"></li>
<li class="differ"><a href="travel and tourism.html" target="_blank">HOME</a></li>
<li>GALLERY</li>
<li><a href="About.html">ABOUT</a></li>
<li><a href="mailto:[email protected]?subject=my problem&body=write your problem" target="_blank">CONTACT</li>
<li><a href="#"><span>Ayush</span></a></li>
</ul>
</div>
</div>
<section>
<div class="text">
<li>I am a Android Youtuber.
<hr><br><li>I create webpages by Android phone.
<hr><br><li>My aim is to be a web developer .
<hr><br><li>If you suffer problem in surfing my website ... Then tell your problem on my Instagram .
<div>
<LI class="instagram"><A href="https://www.instagram.com/invites/contact/?i=c7q96sz5zpk9&utm_content=a7qyb01" target="_blank">INSTAGRAM</A></LI>
</div>
</div>
</section>
<!-- Project -->
</body>
</html>