add Page _Sidebars

This commit is contained in:
rick
2010-12-02 18:16:37 -08:00
parent 2f648d05b4
commit 2cbe3957cf
40 changed files with 850 additions and 28 deletions
+29
View File
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/gollum.css" media="all">
<link rel="stylesheet" type="text/css" href="css/template.css" media="all">
<title>My Precious</title>
</head>
<body>
<div id="wiki-wrapper" class="page">
<div id="wiki-content">
<div class="wrap">
<div id="wiki-body">
<div id="template">
<p>One ring to rule them all!</p>
</div>
</div>
</div>
</div>
<div id="footer">
<p id="last-edit">Last edited by <b>rick</b>, 2010-08-04 15:41:53</p>
</div>
</div>
</body>
</html>