-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (51 loc) · 2 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>krishna dangal </title>
<link rel="stylesheet" type="text/css" href="krishna.css">
<script src="javafile.js" defer> </script>
<style>
a{
margin-left: 2vh;
}
</style>
</head>
<body>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7592639672724392"
crossorigin="anonymous"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7592639672724392"
crossorigin="anonymous"></script>
<header id="head">welcome to Nepal</header>
<nav id="nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="picture.html">picture</a>
<a href="about teacher.html">Teacher</a>
<a onclick="aoc()" href="contracr.html">contact</a>
</nav>
<!-- <script>
function aoc()
{
alert("Do you want to go on about nepal");
}
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7592639672724392"
crossorigin="anonymous"></script>
--> <div class="container">
<form action="https://www.google.com/search" method="get" target="_blank" id="search-form">
<input name="q" type="text" placeholder="Search on Google" autocomplete="off" autofocus="">
<!-- <button type="button"><i class="fas fa-microphone"></i></button> -->
</form>
<p class="info"></p>
</div>
<div id="contant">
<img style="width:100vw;" src="pic/nepal.png">
</div>
<footer id="foot">Thank you to visit my website.</footer>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7592639672724392"
crossorigin="anonymous"></script><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7592639672724392"
crossorigin="anonymous"></script>
</body>
</html>