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-07-12 01:55:03 +02:00
|
|
|
<link rel="stylesheet" href="/assets/css/generalStyle.css" type="text/css">
|
2017-06-23 06:43:53 +02:00
|
|
|
<link rel="stylesheet" href="/assets/css/componentStyle.css" type="text/css">
|
2017-05-24 20:07:43 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-07-06 22:37:03 +02:00
|
|
|
{{{ body }}}
|
2017-06-13 20:00:50 +02:00
|
|
|
<!-- google analytics -->
|
|
|
|
{{ googleAnalytics }}
|
2017-05-24 20:07:43 +02:00
|
|
|
</body>
|
|
|
|
</html>
|