30 lines
918 B
HTML
30 lines
918 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<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'>
|
|
</head>
|
|
<body>
|
|
<div id="wrap">
|
|
<header>
|
|
<h1>Headline</h1>
|
|
</header>
|
|
<main>
|
|
<article class="">
|
|
Welcome!
|
|
</article>
|
|
</main>
|
|
</div>
|
|
</body>
|
|
</html>
|