File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 " />
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
- < script src ="{% static 'admin/css/tailwindcss.css' %} "> </ script >
8
+ < script src ="{% static 'admin/css/tailwind.css' %} "> </ script >
9
+ < link rel ="icon " type ="image/svg+xml " href ="{% static 'admin/svg/favicon.svg' %} " />
9
10
< link href ="{% static 'admin/css/main.css' %} " rel ="stylesheet " type ="text/css ">
10
11
< script src ="{% static 'admin/js/htmx.min.js' %} " defer > </ script >
11
12
< link
Original file line number Diff line number Diff line change 7
7
< meta charset ="UTF-8 " />
8
8
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
10
- < script src ="https://cdn.tailwindcss.com "> </ script >
10
+ < script src ="{% static 'admin/css/tailwind.css' %} "> </ script >
11
11
< link rel ="icon " type ="image/svg+xml " href ="{% static 'admin/svg/favicon.svg' %} " />
12
12
< title > WebVirtCloud — Admin Dashboard</ title >
13
+ < link
14
+ rel ="icon "
15
+ type ="image/svg+xml "
16
+ href ="{% static 'admin/svg/favicon.svg' %} "
17
+ />
13
18
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
14
19
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
15
20
< link href ="https://fonts.googleapis.com/css2?family=Sarabun:wght@400;500;600;700;800&display=swap "
Original file line number Diff line number Diff line change 7
7
< meta http-equiv ="refresh " content ="3;url={% url 'admin_index' %} " />
8
8
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
10
- < script src ="https://cdn.tailwindcss.com "> </ script >
10
+ < script src ="{% static 'admin/css/tailwind.css' %} "> </ script >
11
11
< link rel ="icon " type ="image/svg+xml " href ="{% static 'admin/svg/favicon.svg' %} " />
12
12
< title > WebVirtCloud — Admin Dashboard</ title >
13
+ < link
14
+ rel ="icon "
15
+ type ="image/svg+xml "
16
+ href ="{% static 'admin/svg/favicon.svg' %} "
17
+ />
13
18
< link rel ="preconnect " href ="https://fonts.googleapis.com " />
14
19
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
15
20
< link href ="https://fonts.googleapis.com/css2?family=Sarabun:wght@400;500;600;700;800&display=swap "
You can’t perform that action at this time.
0 commit comments