@samitouri / QOSami-HFS / commits / efaa5c53

let the page title reflect the name we used in the documentation: Admin-panel

Massimo Melina committed Jan 5, 2024 at 15:24 UTC efaa5c53b825c5683c8f41b00e5b8cccd54a62e2
1 file changed +1 -1
admin/index.html
+1 -1
@@ -4,7 +4,7 @@
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <script async src='https://unpkg.com/node-forge@1.3.1/dist/forge.min.js'></script>
7 - <title>HFS Admin</title>
7 + <title>HFS Admin-panel</title>
8 <script type="module" src="/src/index.ts"></script>
9 <link rel="icon" type="image/svg+xml" href="/hfs-logo-icon.svg" />
10 </head>