2017-07-25 01:09:44 +02:00
|
|
|
<!DOCTYPE html>
|
2017-08-07 21:11:15 +02:00
|
|
|
<html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
|
2017-07-25 01:09:44 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<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">
|
|
|
|
<title>Spee.ch</title>
|
2017-09-27 00:12:47 +02:00
|
|
|
<link rel="stylesheet" href="/assets/css/reset.css" type="text/css">
|
2017-09-29 23:24:53 +02:00
|
|
|
<link rel="stylesheet" href="/assets/css/general.css" type="text/css">
|
2017-09-27 00:12:47 +02:00
|
|
|
<link rel="stylesheet" href="/assets/css/mediaQueries.css" type="text/css">
|
2017-08-07 20:48:43 +02:00
|
|
|
<meta property="fb:app_id" content="1371961932852223">
|
2017-08-09 01:33:00 +02:00
|
|
|
{{#unless fileInfo.nsfw}}
|
2017-09-11 21:45:07 +02:00
|
|
|
{{{addTwitterCard fileInfo.fileType openGraphInfo.source openGraphInfo.embedUrl openGraphInfo.directFileUrl}}}
|
|
|
|
{{{addOpenGraph fileInfo.title fileInfo.fileType openGraphInfo.showUrl openGraphInfo.source fileInfo.description fileInfo.thumbnail}}}
|
2017-08-09 01:33:00 +02:00
|
|
|
{{/unless}}
|
2017-08-24 19:52:26 +02:00
|
|
|
<!-- google analytics -->
|
|
|
|
{{ googleAnalytics }}
|
2017-07-25 01:09:44 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-10-10 19:14:43 +02:00
|
|
|
<script src="/assets/js/generalFunctions.js"></script>
|
|
|
|
<script src="/assets/js/validationFunctions.js"></script>
|
|
|
|
<script src="/assets/js/authFunctions.js"></script>
|
2017-10-11 01:00:08 +02:00
|
|
|
<script src="/assets/js/loginFunctions.js"></script>
|
2017-10-11 01:51:07 +02:00
|
|
|
<script src="/assets/js/navBarFunctions.js"></script>
|
2017-10-11 20:38:20 +02:00
|
|
|
{{> navBar}}
|
|
|
|
<div class="page-contents">
|
|
|
|
{{{ body }}}
|
|
|
|
</div>
|
2017-10-17 19:10:26 +02:00
|
|
|
<script src="/assets/js/showFunctions.js"></script>
|
2017-07-25 01:09:44 +02:00
|
|
|
</body>
|
2017-08-05 02:41:06 +02:00
|
|
|
</html>
|
|
|
|
|