Fix favicon for installs with baseurl

This commit is contained in:
Avi 2020-07-26 20:18:35 -05:00 committed by GitHub
commit 2b55347c7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
<link href="styles/please-wait.css" rel="stylesheet"> <link href="styles/please-wait.css" rel="stylesheet">
<link href="styles/spinkit.css" rel="stylesheet"> <link href="styles/spinkit.css" rel="stylesheet">
<link href="styles/11-folding-cube.css" rel="stylesheet"> <link href="styles/11-folding-cube.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/images/favicon/favicon.ico"/> <link rel="icon" type="image/png" href="images/favicon/favicon.ico"/>
<script src="styles/please-wait.js"></script> <script src="styles/please-wait.js"></script>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
@ -83,4 +83,4 @@
</app-ombi> </app-ombi>
</body> </body>
</html> </html>