website_template/index.html

25 lines
760 B
HTML
Raw Normal View History

2014-06-29 12:46:19 +02:00
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
2014-07-29 02:02:33 +02:00
<title>Title goes here</title>
2014-06-29 12:46:19 +02:00
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//schwerkraftlabor.de">
2014-07-29 02:02:33 +02:00
<link rel="shortcut icon" href="favicon.ico" />
2014-06-29 12:46:19 +02:00
<link href="css/main.css" rel="stylesheet" />
2014-07-29 02:02:33 +02:00
<link type="text/plain" rel="author" href="humans.txt" />
2014-06-29 12:46:19 +02:00
<meta name="description" content="Description goes here." />
<meta name="author" content="Jan Jastrow" />
2014-07-29 02:02:33 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2014-06-29 12:46:19 +02:00
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
</head>
<body>
<script src="instantclick.min.js" data-no-instant></script>
<script data-no-instant>InstantClick.init();</script>
</body>
</html>