44 lines
1.4 KiB
HTML
44 lines
1.4 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="app/dist/fix.ie9.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="./app/styles/bootstrap/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
<!--[if IE 10]>
|
|
<link href="./app/styles/bootstrap/ie10-viewport-bug-workaround.css" rel="stylesheet">
|
|
<script src="./vendor/bootstrap/ie10-viewport-bug-workaround.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="./app/styles/ampache.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root">
|
|
<!-- This element's contents will be replaced with your component. -->
|
|
</div>
|
|
|
|
<!-- React views and stuff -->
|
|
<script src="app/dist/index.js"></script>
|
|
|
|
<!-- Bootstrap JS -->
|
|
<script src="./vendor/bootstrap/bootstrap.min.js"></script>
|
|
</body>
|
|
</html>
|
|
|