first commit
This commit is contained in:
14
templates/page.html
Normal file
14
templates/page.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" media="screen" href="{index}style.css"/>
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{title}</h1>
|
||||
{subtitle?<div class="title">{subtitle}</div>}
|
||||
{body}
|
||||
<hr/>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user