-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head lang="en">
<title>Kiran Surendran</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="HandheldFriendly" content="true" />
<meta name="theme-color" content="#000000" />
<meta name="description" />
<link rel="shortcut icon" href="public/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Source+Code+Pro:wght@400;500;600;700&display=swap"
rel="stylesheet">
</head>
<body>
<div id="root"></div>
<div id="aud">
<audio id="song" autoplay loop controls muted>
<source src="public/pulse.mp3" type="audio/mp3">
</audio>
<a id="music-cred" href="https://icons8.com/music/author/-1456" target="_blank">PULSE OF THE NIGHT - POWERRUN</a>
</div>
<script src="./index.js"></script>
</body>
</html>