first commit
This commit is contained in:
commit
21f11a1fbc
28 changed files with 2405 additions and 0 deletions
20
template.html
Normal file
20
template.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="generator" content="%GENERATOR%">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<title>%PAGENAME%</title>
|
||||
%EXTRAHEADERS%</head>
|
||||
<body>
|
||||
<table class="page-areas">
|
||||
<tr class="area-toppanel"><td>Welcome! | <a href="index.html">Main page</a></td></tr>
|
||||
<tr class="area-content"><td>
|
||||
<div class="content">
|
||||
%CONTENT%
|
||||
</div>
|
||||
</td></tr>
|
||||
<tr class="area-footer"><td>Generated by %APPINFO% from %MARKUPNAME% source</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue