2017-05-24 11:07:43 -07:00
|
|
|
<!DOCTYPE html>
|
2017-08-07 12:49:13 -07:00
|
|
|
<html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
2017-05-24 11:07:43 -07:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2017-06-10 18:33:03 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
|
2017-05-24 11:07:43 -07:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2017-06-09 16:46:57 -07:00
|
|
|
<title>Spee.ch</title>
|
2017-09-26 15:12:47 -07:00
|
|
|
<link rel="stylesheet" href="/assets/css/reset.css" type="text/css">
|
2017-09-29 14:24:53 -07:00
|
|
|
<link rel="stylesheet" href="/assets/css/general.css" type="text/css">
|
2017-09-26 15:12:47 -07:00
|
|
|
<link rel="stylesheet" href="/assets/css/mediaQueries.css" type="text/css">
|
2017-08-04 18:04:23 -07:00
|
|
|
<meta name="twitter:card" content="summary" />
|
|
|
|
<meta name="twitter:site" content="@lbryio" />
|
2017-08-04 17:41:06 -07:00
|
|
|
<meta property="og:title" content="spee.ch">
|
|
|
|
<meta property="og:site_name" content="spee.ch">
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:image" content="https://spee.ch/assets/img/content-freedom-64px.png">
|
|
|
|
<meta property="og:url" content="http://spee.ch/">
|
|
|
|
<meta property="og:description" content="Open-source, decentralized image and video hosting.">
|
2017-08-24 10:52:26 -07:00
|
|
|
<!-- google analytics -->
|
|
|
|
{{ googleAnalytics }}
|
2017-05-24 11:07:43 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-10-10 10:14:43 -07:00
|
|
|
<script src="/assets/js/generalFunctions.js"></script>
|
|
|
|
<script src="/assets/js/validationFunctions.js"></script>
|
|
|
|
<script src="/assets/js/publishFileFunctions.js"></script>
|
|
|
|
<script src="/assets/js/authFunctions.js"></script>
|
|
|
|
{{{ body }}}
|
2017-05-24 11:07:43 -07:00
|
|
|
</body>
|
|
|
|
</html>
|