Skip to content

Commit ca3e45a

Browse files
authored
Added missing viewport & svg favicon to index.html
1 parent 9fb8aca commit ca3e45a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmd/server/static/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<head>
55
<meta charset="utf-8" />
66
<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" />
79
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
810
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
911
</head>
@@ -40,4 +42,4 @@ <h1>
4042
<!--/container-->
4143
</body>
4244

43-
</html>
45+
</html>

0 commit comments

Comments
 (0)