mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-26 02:14:27 +03:00
🚚 Use absolue path to loading styles
This commit is contained in:
parent
dfb12ec8d2
commit
d765eeb7e0
@ -8,9 +8,8 @@
|
|||||||
<!-- Favicon + App Icon -->
|
<!-- Favicon + App Icon -->
|
||||||
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>/web-icons/favicon-64x64.png">
|
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>/web-icons/favicon-64x64.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="web-icons/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="web-icons/favicon-32x32.png">
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||||
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.ico" />
|
<link rel="stylesheet" type="text/css" href="/loading-screen.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>loading-screen.css" />
|
|
||||||
<!-- Default Page Title -->
|
<!-- Default Page Title -->
|
||||||
<title>Dashy</title>
|
<title>Dashy</title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user