mirror of https://github.com/Lissy93/dashy.git
🚚 Use absolue path to loading styles
This commit is contained in:
parent
dfb12ec8d2
commit
d765eeb7e0
|
@ -8,9 +8,8 @@
|
|||
<!-- 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="32x32" href="web-icons/favicon-32x32.png">
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>loading-screen.css" />
|
||||
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/loading-screen.css" />
|
||||
<!-- Default Page Title -->
|
||||
<title>Dashy</title>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue