2016-08-04 15:28:07 +02:00
|
|
|
<!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="">
|
2016-08-10 21:36:11 +02:00
|
|
|
<link rel="icon" href="./favicon.ico">
|
2016-08-04 15:28:07 +02:00
|
|
|
|
|
|
|
<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]>
|
2016-08-10 21:36:11 +02:00
|
|
|
<link href="./ie10-viewport-bug-workaround/ie10-viewport-bug-workaround.css" rel="stylesheet">
|
|
|
|
<script src="./ie10-viewport-bug-workaround/ie10-viewport-bug-workaround.js"></script>
|
2016-08-04 15:28:07 +02:00
|
|
|
<![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>
|
|
|
|
|