2015-07-27 09:49:42 +02:00
|
|
|
<!doctype html>
|
2015-07-27 14:06:20 +02:00
|
|
|
<html lang="en">
|
2014-06-29 12:46:19 +02:00
|
|
|
<head>
|
2018-08-16 13:02:38 +02:00
|
|
|
<meta charset="utf-8" />
|
2015-07-27 09:49:42 +02:00
|
|
|
<title>Title goes here</title>
|
2015-07-27 13:59:04 +02:00
|
|
|
<meta name="description" content="description goes here" />
|
2015-07-27 12:25:14 +02:00
|
|
|
<meta name="author" content="Jan Jastrow" />
|
|
|
|
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
|
|
<link rel="dns-prefetch" href="//fonts.gstatic.com" />
|
2015-09-15 12:38:35 +02:00
|
|
|
<link href='//fonts.gstatic.com' rel='preconnect' crossorigin />
|
2015-07-27 09:49:42 +02:00
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2018-08-16 13:02:38 +02:00
|
|
|
<link rel="stylesheet" href="css/styles.min.css" type="text/css" />
|
|
|
|
<link rel="icon" href="favicon.png" type="image/png" />
|
2015-07-27 14:02:46 +02:00
|
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" type="image/png" />
|
2018-08-16 13:02:38 +02:00
|
|
|
<meta property="og:title" content="Title goes here" />
|
2015-07-27 14:02:46 +02:00
|
|
|
<meta property="og:description" content="description goes here" />
|
2015-07-27 13:59:04 +02:00
|
|
|
<meta property="og:type" content="website"/>
|
2018-08-16 13:02:38 +02:00
|
|
|
<meta property="og:image" content="something.png" />
|
2015-07-27 14:02:46 +02:00
|
|
|
<meta property="og:image:type" content="image/png" />
|
2015-07-27 14:06:20 +02:00
|
|
|
<meta name="robots" content="index, follow" />
|
2015-07-27 12:25:14 +02:00
|
|
|
<!-- for development only
|
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
|
|
<meta http-equiv="Expires" content="0" />
|
|
|
|
-->
|
2014-06-29 12:46:19 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|