mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
framework css cdn
This commit is contained in:
@@ -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' %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user