b
This commit is contained in:
19
templates/base.html
Normal file
19
templates/base.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<meta charstet="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title> {% block title %} {% endblock %} </title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1> Herzlich Willkommen auf der Website der BI23b! </h1>
|
||||
<p> Zurücklehnen und genießen... </p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
5
templates/index.html
Normal file
5
templates/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}
|
||||
HURENSOHN
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user