aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/client/src/index.html b/client/src/index.html
index 6aa885eb7..0b610c55a 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -9,19 +9,19 @@
9 <!-- Web Manifest file --> 9 <!-- Web Manifest file -->
10 <link rel="manifest" href="/manifest.webmanifest"> 10 <link rel="manifest" href="/manifest.webmanifest">
11 11
12 <!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
13
14 <!-- title tag -->
15 <!-- description tag -->
16 <!-- custom css tag -->
17 <!-- meta tags -->
18
19 <!-- /!\ Do not remove it /!\ -->
20
21 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> 12 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
22 13
23 <!-- base url --> 14 <!-- base url -->
24 <base href="/"> 15 <base href="/">
16
17 <!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
18
19 <!-- title tag -->
20 <!-- description tag -->
21 <!-- custom css tag -->
22 <!-- meta tags -->
23
24 <!-- /!\ Do not remove it /!\ -->
25 </head> 25 </head>
26 26
27 <!-- 3. Display the application --> 27 <!-- 3. Display the application -->