template.html?
This commit is contained in:
parent
c475d5699d
commit
26d7ec006c
1 changed files with 18 additions and 0 deletions
18
template.html
Normal file
18
template.html
Normal 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>
|
Loading…
Reference in a new issue