spee.ch/views/layouts/main.handlebars

17 lines
552 B
Handlebars
Raw Normal View History

<!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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
2017-06-10 01:46:57 +02:00
<title>Spee.ch</title>
2017-06-23 06:43:53 +02:00
<link rel="stylesheet" href="/assets/css/allStyle.css" type="text/css">
<link rel="stylesheet" href="/assets/css/componentStyle.css" type="text/css">
</head>
<body>
2017-06-23 21:33:09 +02:00
<script src="/assets/js/generalFunctions.js"></script>
{{{ body }}}
2017-06-13 20:00:50 +02:00
<!-- google analytics -->
{{ googleAnalytics }}
</body>
</html>