30 lines
626 B
HTML
30 lines
626 B
HTML
<!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>
|