Add basic template.
This commit is contained in:
25
template/base.html
Normal file
25
template/base.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>media.metanohi.name</title>
|
||||
<link href="style.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="body-behind"><div></div></div>
|
||||
<div id="body">
|
||||
<header>
|
||||
<h1><a href="/">media.metanohi.name</a></h1>
|
||||
<p>
|
||||
This is my media collection. I am involved in all of these
|
||||
productions in some way.
|
||||
</p>
|
||||
<p class="signature">
|
||||
<a href="http://metanohi.name/about">Niels</a>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
{content}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user