local css

This commit is contained in:
2023-02-09 21:07:39 +01:00
parent 8ab3a857d4
commit 350782a386
4 changed files with 257 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="/static/css/w3.css">
<link rel="stylesheet" href="/static/css/material-icons.css">
{% block head %}<title>Rechentrainer</title>{% endblock %}
</head>
<body>