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-29 11:45:10 +02:00
|
|
|
<link rel="stylesheet" href="build/css/main.css">
|
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-05-13 16:26:12 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-06-01 15:12:31 +02:00
|
|
|
<div id="main" class="container clear-margins-and-paddings"></div>
|
2015-05-26 16:46:02 +02:00
|
|
|
<div id="modal" class="container"></div>
|
2015-05-15 15:05:17 +02:00
|
|
|
<script src="build/app.js"></script>
|
2015-05-13 16:26:12 +02:00
|
|
|
</body>
|
|
|
|
</html>
|