dev: icons to work without proxying
Massimo Melina committed
Jan 8, 2023 at 14:36 UTC
c2cf9e932440bbd12addebe3086e62fc8086a98b
1 file changed
+1
-1
frontend/index.html
+1
-1
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0" />
6
- <link href="fontello.css" rel="stylesheet" />
6
+ <link href="/fontello.css" rel="stylesheet" />
7
<script>SESSION = _HFS_SESSION_</script>
8
<title>File Server</title>
9
</head>