website_template/index.html

30 lines
918 B
HTML
Raw Normal View History

2015-07-27 09:49:42 +02:00
<!doctype html>
<html lang="en">
2014-06-29 12:46:19 +02:00
<head>
2015-07-27 09:49:42 +02:00
<meta charset="utf-8">
<title>Title goes here</title>
<meta name="description" content="description goes here " />
<meta name="author" content="Jan Jastrow" />
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" />
<link type="text/css" rel="stylesheet" href="css/blacktie.css" />
<link type="text/plain" rel="author" href="humans.txt" />
<link href='http://fonts.googleapis.com/css?family=Exo+2:700|Titillium+Web:400,700' rel='stylesheet' type='text/css'>
2014-06-29 12:46:19 +02:00
</head>
<body>
2015-07-27 09:49:42 +02:00
<div id="wrap">
<header>
<h1>Headline</h1>
</header>
<main>
<article class="">
Welcome!
</article>
</main>
</div>
2014-06-29 12:46:19 +02:00
</body>
</html>