#30: remove cdn css link
This commit is contained in:
parent
c5e0d47e03
commit
219561c5ae
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue