#30: remove cdn css link
All checks were successful
/ ls (pull_request) Successful in 31s
/ ls (push) Successful in 30s
/ ls (release) Successful in 25s

This commit is contained in:
lubiana 2024-06-30 15:25:48 +02:00
parent c5e0d47e03
commit 219561c5ae
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
<link rel="icon" type="image/png" href="/static/img/slice-of-pizza.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
<link rel="stylesheet" href="/static/css/new.min.css">
<style>
label{
display: block;