23 lines
787 B
HTML
23 lines
787 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
|
<link rel="dns-prefetch" href="//schwerkraftlabor.de">
|
|
<title>Title goes here</title>
|
|
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui" />
|
|
<link href="css/main.css" rel="stylesheet" />
|
|
<meta name="description" content="Description goes here." />
|
|
<meta name="author" content="Jan Jastrow" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
|
<link type="text/plain" rel="author" href="humans.txt" />
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<script src="instantclick.min.js" data-no-instant></script>
|
|
<script data-no-instant>InstantClick.init();</script>
|
|
</body>
|
|
</html>
|