wyciagniecie css z plikow html

This commit is contained in:
2023-04-24 10:22:17 +02:00
parent d397dfa11f
commit 913af1fc76
9 changed files with 173 additions and 161 deletions

View File

@@ -3,9 +3,7 @@
<head>
<title>{% block title %}{% endblock %}</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
{% block style %}{% endblock %}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">