You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
{% load static %}
|
|
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<!-- all infos about iphone app -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-title" content="JW-ServiceTracker">
|
|
<link rel="apple-touch-icon" sizes="167x167" href="{% static 'img/clock.png' %}">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'img/clock.png' %}">
|
|
|
|
<!-- all others -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}">
|
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
|
<link rel="stylesheet" href="{% static 'css/create.css' %}">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
|
|
<title>EmergencyControlCenter - Index</title>
|
|
</head>
|
|
<body>
|
|
|
|
{% block pushup %}
|
|
{% endblock %}
|
|
|
|
{% include "main/header.html" %}
|
|
|
|
{% block content %}
|
|
{% endblock %}
|
|
|
|
</div>
|
|
<script src="{% static 'js/bootstrap.bundle.min.js' %}"></script>
|
|
</body>
|
|
</html> |