> Back to template list

<!DOCTYPE html>
<html>
	<head>
		<-- meta !->
		<meta charset="UTF-8">
		<meta name="description" content="foo">
		<meta name="keywords" content="bar, baz, foo">
		<meta name="author" content="John Doe">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">

		<-- imports !->
		<link rel="stylesheet" href="./stylesheets/style.css"/>


		<title>Cheat-sheet</title>
	</head>
	<body>
		<header>


		</header>

		<main>
			

		</main>

		<footer>
			

		</footer>
	</body>
</html>