Add favicon

This commit is contained in:
Gabriel Huber 2023-02-22 22:48:51 +01:00
parent 3d945da286
commit 237d9e07bb
6 changed files with 8 additions and 5 deletions

BIN
static/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Computerschaf{% endblock %}</title> <title>{% block title %}ComputerSchaf{% endblock %}</title>
<link rel="stylesheet" href="static/styles.css"> <link rel="stylesheet" href="static/styles.css">
<link rel="stylesheet" href="static/fonts/Lato/Lato.css"> <link rel="stylesheet" href="static/fonts/Lato/Lato.css">
<link rel="icon" href="" type="image/icon type"> <link rel="icon" href="static/img/favicon.ico" type="image/icon type">
{% block assets %}{% endblock %} {% block assets %}{% endblock %}
</head> </head>

View file

@ -1,4 +1,6 @@
{% extends "_base.html" %} {% extends "_base.html" %}
{% block title %}Bedingungen - ComputerSchaf{% endblock %}
{% block assets %} {% block assets %}
<link rel="stylesheet" href="static/leaflet/leaflet.css"> <link rel="stylesheet" href="static/leaflet/leaflet.css">
<script defer src="static/leaflet/leaflet.js"></script> <script defer src="static/leaflet/leaflet.js"></script>

View file

@ -1,4 +1,6 @@
{% extends "_base.html" %} {% extends "_base.html" %}
{% block title %}Datenschutz - ComputerSchaf{% endblock %}
{% block main %} {% block main %}
<main class="privacy"> <main class="privacy">
<h1>Datenschutz</h1> <h1>Datenschutz</h1>

View file

@ -1,4 +1,6 @@
{% extends "_base.html" %} {% extends "_base.html" %}
{% block title %}Impressum - ComputerSchaf{% endblock %}
{% block main %} {% block main %}
<main> <main>
<h1>Impressum</h1> <h1>Impressum</h1>

View file

@ -1,9 +1,6 @@
{% extends "_base.html" %} {% extends "_base.html" %}
{% block main %} {% block main %}
<main> <main>
<!--
<h1>Computerschaf</h1>
-->
<section> <section>
<div class="section-inner"> <div class="section-inner">
<h2 id="services">Dienstleistungen</h2> <h2 id="services">Dienstleistungen</h2>