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 12:09:35 +02:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"></link>
|
2015-05-20 15:44:15 +02:00
|
|
|
<link rel="stylesheet" href="css/main.css"></link>
|
2015-05-20 17:32:06 +02:00
|
|
|
<link rel="stylesheet" href="css/ascribe-fonts/ascribe-fonts.css"></link>
|
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-05-20 12:09:35 +02:00
|
|
|
<div id="main" class="container"></div>
|
2015-05-26 16:46:02 +02:00
|
|
|
<div id="modal" class="container"></div>
|
2015-05-20 11:23:50 +02:00
|
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
2015-05-20 11:16:42 +02:00
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
|
2015-05-15 15:05:17 +02:00
|
|
|
<script src="build/app.js"></script>
|
2015-05-13 16:26:12 +02:00
|
|
|
</body>
|
|
|
|
</html>
|