Skip to content
Snippets Groups Projects
Commit 81324cb5 authored by Andreas Valder's avatar Andreas Valder
Browse files

placeholder template

parent bcd882de
No related branches found
No related tags found
No related merge requests found
static/favicon.png

1.3 KiB

<!DOCTYPE html>
<html>
<head>
<title>{{ site_title }}</title>
<script src="static/jquery.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="/favicon.png">
<meta http-equiv="content-language" content="de-DE">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta charset="UTF-8">
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
{% extends "base.html" %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment