ccdb-web/app/index.html

31 lines
866 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CCDB</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" href="{{rootURL}}assets/ccdb-web.css">
{{content-for "head-footer"}}
</head>
<body>
{{content-for "body"}}
<script integrity="" src="{{rootURL}}assets/vendor.js"></script>
<script>
Raven
.config('https://fd3c695fa9394de48a7c69b7a322960b@sentry.io/1186914')
.addPlugin(Raven.Plugins.Ember)
.install();
</script>
<script integrity="" src="{{rootURL}}assets/ccdb-web.js"></script>
{{content-for "body-footer"}}
</body>
</html>