Merge branch 'main' of github.com:guntherweissenbaeck/django_fbf

This commit is contained in:
gw3000 2023-08-06 08:43:15 +02:00
commit a7d82960b5

View file

@ -8,6 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- favicon --> <!-- favicon -->
<link rel="shortcut icon" href="{% static 'img/favicon/m.png' %}" type="image/x-icon"> <link rel="shortcut icon" href="{% static 'img/favicon/m.png' %}" type="image/x-icon">
<link rel="apple-touch-icon" sizes="128x128" href="{% static 'img/favicon/m.png' %}">
<link rel="icon" sizes="192x192" href="{% static 'img/favicon/l.png' %}">
<link rel="stylesheet" href="https://bootswatch.com/5/cosmo/bootstrap.min.css"> <link rel="stylesheet" href="https://bootswatch.com/5/cosmo/bootstrap.min.css">
<link rel="stylesheet" href="{% static 'css/style.css' %}"> <link rel="stylesheet" href="{% static 'css/style.css' %}">
<title> <title>