-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (50 loc) · 2.21 KB
/
index.html
File metadata and controls
54 lines (50 loc) · 2.21 KB
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
<!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.0">
<title>Vooka - An interactive discord music bot</title>
<!-- SEO Meta -->
<meta name="description" content="An interactive discord music bot">
<meta name="keywords" content="discord, music bot, interactive, vooka">
<meta name="author" content="mr687, davinomoehdanino@gmail.com">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<meta name="language" content="English">
<meta name="distribution" content="global">
<meta name="coverage" content="worldwide">
<meta name="rating" content="general">
<meta name="expires" content="never">
<meta name="copyright" content="mr687">
<meta name="url" content="https://vookav2.github.io">
<meta name="identifier-URL" content="https://vookav2.github.io">
<meta name="og:title" content="Vooka"/>
<meta name="og:type" content="website"/>
<meta name="og:url" content="https://vookav2.github.io"/>
<meta name="og:image" content="https://cdn.discordapp.com/avatars/857320531405701120/0bf5fcaf75aa3948c12210ebe14715fd.png?size=1024"/>
<meta name="og:site_name" content="Vooka"/>
<meta name="og:description" content="An interactive discord music bot"/>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<!-- Styles -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/b20913e551.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/assets/style.css">
</head>
<body>
<div id="app">
<header>
<div id="top-header"></div>
</header>
<main></main>
<footer></footer>
</div>
<script src="/assets/script.js"></script>
</body>
</html>