19 lines
584 B
HTML
19 lines
584 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Jan.su -- Hello human!</title>
|
||
|
<meta name="description" content="description goes here" />
|
||
|
<meta name="author" content="Jan Jastrow" />
|
||
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<link rel="stylesheet" href="css/addons.min.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="css/styles.min.css" type="text/css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Foo</h1>
|
||
|
<p>Bar</p>
|
||
|
<p>Baz…</p>
|
||
|
</body>
|
||
|
</html>
|