-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (90 loc) · 3.23 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>The Rajni</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Rajni , One Page animation " />
<meta name="author" content="Mr Rajni Kant Mahato" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="file/r.css" />
<link rel="stylesheet" type="text/css" href="file/k.css" />
<script type="text/javascript" src="file/m.js"></script>
<style type="text/css" media="all">
h3{
}
</style>
</head>
<body id="page">
<ul class="cb-slideshow">
<i>
<li><span>Photo 1</span><div><h3>Rajni Kant Mahato</h3></div></li>
<li><span>Photo 2</span><div><h3>Rajni Kant Mahato</h3></div></li>
<li><span>Photo 3</span><div><h3>Rajni Kant Mahato</h3></div></li>
<li><span>Photo 4</span><div><h3>Rajni Kant Mahato</h3></div></li>
<li><span>Photo 5</span><div><h3>Rajni Kant Mahato</h3></div></li>
<li><span>Photo 6</span><div><h3>Rajni Kant Mahato</h3></div></li>
</i>
</ul>
<div class="container">
<!-- Codrops top bar -->
<div class="Codrops">
<span class="right">
</span>
<div class="clr"></div>
</div>
<header>
<h1>I'Am<span> Rajni Kant Mahato</span></h1><br />
<br />
<h2>A Propsnel Website devloper </h2>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<h4>
<a href="https://www.facebook.com/rajnikant.mahato.90">
<img src="fa fa/facebook.png" alt="facebook" width="50px" height="50px"/>
</a>
<a href="https://github.com/rajnikantmahato">
<img src="fa fa/github.png" alt="github" width="50px" height="50px" />
</a>
<a href = "mailto: romeoaashiq12097@gmail.com">
<img src="fa fa/mail.png" alt="mail" width="50px" height="50px" />
</a>
<a href="http://www.instagram.com/rajni.kant.mahato">
<img src="fa fa/instagram.png" alt="instagram" width="50px" height="50px"/>
</a>
</h4>
</header>
</div>
<script type="text/javascript" charset="utf-8">
var audio = new Audio("https://www.dropbox.com/s/tema74owlpu7rx9/mane%20khudha%20se%20pucha%20ki%20meri%20psnd.aac?dl=1");
window.addEventListener('click',() => {
audio.play();
});
alert("click anywhere to Play music 🎵🎶");
</script>
</body>
</html>