2017-05-24 20:07:43 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2017-06-11 03:33:03 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
|
2017-05-24 20:07:43 +02:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2017-06-10 01:46:57 +02:00
|
|
|
<title>Spee.ch</title>
|
2017-06-11 03:33:03 +02:00
|
|
|
<!-- Font Awesome -->
|
2017-06-13 04:09:39 +02:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
|
|
<link href="/vendors/MDB/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- Material Design Bootstrap -->
|
|
|
|
<link href="/vendors/MDB/css/mdb.min.css" rel="stylesheet">
|
2017-06-11 03:33:03 +02:00
|
|
|
<!-- custom styles -->
|
|
|
|
<link rel="stylesheet" href="/assets/css/style.css" type="text/css">
|
2017-05-24 20:07:43 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-06-10 01:46:57 +02:00
|
|
|
{{{ body }}}
|
2017-06-13 04:09:39 +02:00
|
|
|
<!-- google analytics -->
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
2017-06-13 06:25:59 +02:00
|
|
|
ga('create', 'UA-60403362-2', 'auto');
|
2017-06-13 04:09:39 +02:00
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
2017-06-11 03:33:03 +02:00
|
|
|
<!-- JQuery -->
|
|
|
|
<script type="text/javascript" src="/vendors/MDB/js/jquery-3.1.1.min.js"></script>
|
|
|
|
<!-- Bootstrap tooltips -->
|
|
|
|
<script type="text/javascript" src="/vendors/MDB/js/tether.min.js"></script>
|
|
|
|
<!-- Bootstrap core JavaScript -->
|
|
|
|
<script type="text/javascript" src="/vendors/MDB/js/bootstrap.min.js"></script>
|
|
|
|
<!-- MDB core JavaScript -->
|
|
|
|
<script type="text/javascript" src="/vendors/MDB/js/mdb.min.js"></script>
|
2017-05-24 20:07:43 +02:00
|
|
|
</body>
|
|
|
|
</html>
|