-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
32 lines (29 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Xns Audio Player - A simple customizable web music player</title>
<meta name=description content="A simple customizable web music player powered by vue & HTMLAudioElement.">
<meta property="og:title" content="Xns Audio Player - A simple customizable web music player">
<meta property="og:description" content="A simple customizable web music player powered by vue & HTMLAudioElement.">
<meta property="og:image" content="/img/xns-audio-player.jpg">
<meta property="og:url" content="https://xap.jamesinkala.com">
<meta property="og:site_name" content="James Sinkala">
<meta property="twitter:site" content="@xinnks">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Xns Audio Player">
<meta property="twitter:description"
content="A simple customizable web music player powered by vue & HTMLAudioElement.">
<meta property="twitter:image" content="/img/xns-audio-player.jpg">
<meta property="twitter:image:alt" content="Xns Audio Player">
<meta property="og:type" content="website">
<meta property="twitter:creator" content="@xinnks">
<li rel="canonical" href="https://xap.jamesinkala.com" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>