mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-23 09:26:31 +00:00
fix: add favicon to webui (#649)
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 39 KiB |
@@ -3,9 +3,10 @@
|
||||
<head>
|
||||
<title>Backrest</title>
|
||||
<link rel="stylesheet" href="index.sass" />
|
||||
<link rel="icon" type="image/svg+xml" href="../assets/favicon.svg" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="index.tsx" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user