forked from muhammed/mini-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 885 Bytes
/
index.html
File metadata and controls
25 lines (22 loc) · 885 Bytes
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
<!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,user-scalable=no,initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0">
<link rel="icon" href="/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Bitter:400,700&display=swap&subset=latin-ext" rel="stylesheet" />
<link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css" />
<title>arilychan radio</title>
<meta name="description" content="arilychan radio player.">
</head>
<body>
<noscript>
<strong>We're sorry but arilychan radio doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app" class="wrapper"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>