38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<meta name="description" content="">
|
||
|
<meta name="author" content="">
|
||
|
<link rel="icon" href="favicon.ico">
|
||
|
|
||
|
<title>Ampache music player</title>
|
||
|
|
||
|
<!--[if IE 9]>
|
||
|
<script src="./fix.ie9.js"></script>
|
||
|
<![endif]-->
|
||
|
|
||
|
<!-- CSS -->
|
||
|
<link href="./style.css" rel="stylesheet">
|
||
|
|
||
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||
|
<!--[if IE 10]>
|
||
|
<link href="./vendor/ie10-viewport-bug-workaround/ie10-viewport-bug-workaround.css" rel="stylesheet">
|
||
|
<script src="./vendor/ie10-viewport-bug-workaround/ie10-viewport-bug-workaround.js"></script>
|
||
|
<![endif]-->
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="root">
|
||
|
<!-- This element's contents will be replaced with your component. -->
|
||
|
</div>
|
||
|
|
||
|
<!-- React views and stuff -->
|
||
|
<script src="./index.js"></script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|