feat: added local css to template

This commit is contained in:
ahoemann 2024-11-19 11:24:50 +00:00
parent 69132033f5
commit a4bd777a57

View file

@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="the main Adrianux page">
<link rel="canonical" href="https://adrianux.net/">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css" />
<link rel="stylesheet" href="css/pico.min.css" />
<title>{% block title %}{% endblock %} - Adrianux.net</title>
{% endblock %}
</head>