2
0
Эх сурвалжийг харах

add favicon to OpenCost UI

Signed-off-by: LewisCM14 <Lewiscmartin@live.co.uk>
LewisCM14 3 жил өмнө
parent
commit
d2d0a5b522

BIN
ui/src/images/favicon.ico


+ 10 - 9
ui/src/index.html

@@ -1,12 +1,13 @@
 <!DOCTYPE html>
 <html>
-    <head>
-        <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
-        <meta content="utf-8" http-equiv="encoding">
-        <link rel="stylesheet" href="./css/index.css">
-    </head>
-    <body>
-        <div id="app" class="page-container"></div>
-        <script src="./app.js" type="module"></script>
-    </body>
+	<head>
+		<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+		<meta content="utf-8" http-equiv="encoding" />
+		<link rel="icon" href="./images/favicon.ico" />
+		<link rel="stylesheet" href="./css/index.css" />
+	</head>
+	<body>
+		<div id="app" class="page-container"></div>
+		<script src="./app.js" type="module"></script>
+	</body>
 </html>