-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
44 lines (43 loc) · 1.25 KB
/
aboutme.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
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
</head>
<body bgcolor="pink">
<script>
(function(d, id) {
if (d.getElementById(id)) return;
var sc, node = d.getElementsByTagName('script')[0];
sc = d.createElement('script'); sc.id = id;
sc.src = 'https://sdk.getsitekit.com/static/js/app.js#apiKey=16400aeb107d6a9bbd902f428a8bef80';
node.parentNode.insertBefore(sc, node);
}(document, 'sitekit-sdk'));
</script>
<audio autoplay loop>
<source src="https://cdn.glitch.com/ac49c1e8-2791-4469-b308-8ddd9a3408bf%2F02.%20STAY.mp3?v=1614259122825">
</audio>
<nav>
<center>
<button>
<center><a href="index.html">Home</a></center>
</button>
<br>
<button>
<center><a href="aboutmembers.html">About Members</a>
</button>
<br>
<button>
<center><a href="videos.html">Latest Videos</a></button>
</button>
<center>
</button>
<br>
</nav>
<center><h1>About Me!</h1>
<u><h2> Hemant Kumar</h2></u>
<h3><b><i><u>Under Development!!!! <br>
More Info Coming Soon <br>
Till Then Enjoy The Latest Videos!!!</u></i></b></h3>
</center>
</body>
</html>