We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb8aca commit ca3e45aCopy full SHA for ca3e45a
1 file changed
cmd/server/static/index.html
@@ -4,6 +4,8 @@
4
<head>
5
<meta charset="utf-8" />
6
<title>SVG Analyzer</title>
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
9
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
10
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
11
</head>
@@ -40,4 +42,4 @@ <h1>
40
42
<!--/container-->
41
43
</body>
44
-</html>
45
+</html>
0 commit comments