18 lines
337 B
HTML
18 lines
337 B
HTML
<html>
|
|
<head>
|
|
<title>__PAGE TITLE__</title>
|
|
|
|
<!--Style stuff -->
|
|
<link ref='stylesheet' type='text/css' href='default_style.css' media='all'>
|
|
</head>
|
|
<body>
|
|
<!--header>__PAGE HEADER__</header-->
|
|
<h1 style="color:crimson;">
|
|
This is the actual page title!
|
|
</h1>
|
|
<p>
|
|
And some paragraphs here
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|