website_template/_source/index.html

24 lines
799 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" />
<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" />
<!-- for development only
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
-->
</head>
<body>
<h1>Foo</h1>
<p>Bar</p>
<p>Baz…</p>
</body>
</html>