<!--
- - Copyleft Matthieu Lalonde 2012 LGPL, no guarantee given.
- - This software includes other similarly licensed software in /resources/vendors, see there for licenses
-->
<!DOCTYPE html>
<html>
<head>
	<title>DAAPr</title>

	<meta charset="utf-8">
	<meta http-equiv="Content-type" content="text/html; charset=utf-8">
	<!--meta href="/"-->

	<style type="text/css">
		@import "/resources/css/normalize.css";

		@import "/resources/vendors/bootstrap/2.1.1/css/bootstrap.min.css";

		@import "/resources/vendors/jquery/datatables/1.9.4/extras/ColReorder/media/css/ColReorder.css";

		@import "/resources/css/datatables.css";
		@import "/resources/css/app.css";
 		@import "/resources/css/player.css";
	</style>

	<script src="/resources/js/libs/utils.js">/**/</script>
	<script data-main="/resources/js/main" src="/resources/vendors/require/require.min.js">/**/</script>
</head>
<body class="loading"></body>
</html>