framework css cdn

This commit is contained in:
2025-06-26 11:52:19 -03:00
parent eaa7d42826
commit 52ccb7801b
4 changed files with 19 additions and 15 deletions

View File

@@ -11,7 +11,11 @@
<link rel="shortcut icon" href="{% static 'midia/favicon/favicon.ico' %}" />
{% load pwa %}
{% progressive_web_app_meta %}
<link rel="stylesheet" href="{% static 'pico.css' %}">
<!-- <link rel="stylesheet" href="{% static 'pico.css' %}"> -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
>
<link rel="stylesheet" href="{% static 'base.css' %}">
{% block 'head' %}