template.html?

This commit is contained in:
Aviv "RustyStriker" Romem 2022-04-16 11:09:53 +03:00
parent c475d5699d
commit 26d7ec006c
1 changed files with 18 additions and 0 deletions

18
template.html Normal file
View File

@ -0,0 +1,18 @@
<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>