2015-05-13 16:26:12 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<title>ascribe</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2015-05-20 19:19:57 +02:00
|
|
|
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:400,600,700,900">
|
2015-06-09 17:53:44 +02:00
|
|
|
<link rel="stylesheet" href="<%= BASE_URL %>static/css/main.css">
|
2015-06-16 09:02:48 +02:00
|
|
|
<link rel="stylesheet" href="<%= BASE_URL %>static/css/maps/main.css.map">
|
2015-06-09 17:53:44 +02:00
|
|
|
<script>
|
|
|
|
window.BASE_URL = '<%= BASE_URL %>';
|
2015-06-10 17:28:36 +02:00
|
|
|
window.API_ENDPOINT = '<%= API_ENDPOINT %>';
|
2015-06-19 14:05:56 +02:00
|
|
|
window.SERVER_URL = '<%= SERVER_URL %>';
|
2015-06-10 17:28:36 +02:00
|
|
|
<% DEBUG && print('window.DEBUG = true'); %>
|
|
|
|
<% DEBUG && print('window.CREDENTIALS = \'' + CREDENTIALS + '\''); %>
|
2015-06-09 17:53:44 +02:00
|
|
|
</script>
|
2015-05-13 16:26:12 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-06-05 14:29:37 +02:00
|
|
|
<div id="main" class="container"></div>
|
2015-06-09 17:53:44 +02:00
|
|
|
<script src="<%= BASE_URL %>static/js/app.js"></script>
|
2015-05-13 16:26:12 +02:00
|
|
|
</body>
|
|
|
|
</html>
|