#12 påbegynt. Har nå blått utseende på ting.

This commit is contained in:
2011-03-06 12:26:35 +00:00
parent ca1f1cfbcb
commit 1d329b7268
5 changed files with 75 additions and 14 deletions

View File

@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
<link type="text/css" rel="stylesheet" href="/media/styles/bilbo_green.css">
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="/media/styles/scaffold.css">
{% block meta %}
{% endblock %}
</head>
<body>
<h1>Worblehat</h1>
<hr>
{% block content %}
{% endblock %}
</body>