website/template.html

22 lines
356 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>__PAGE TITLE__</title>
<!--Style stuff -->
<link rel="stylesheet" type="text/css" href="default_style.css" media="all">
</head>
<body>
<!--header>__PAGE HEADER__</header-->
<h1>
This is the actual page title!
</h1>
<div>
<p>
And some paragraphs here
</p>
</div>
</body>
</html>