fix: add standard HTML5 boilerplate to index.html (closes #5)

This commit was merged in pull request #6.
This commit is contained in:
Claude Bot
2026-03-20 22:25:35 +00:00
parent 1df76d55e4
commit 41de7a1ca9

View File

@@ -1,3 +1,10 @@
<html> <!DOCTYPE html>
<html lang="en">
</html> <head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
</body>
</html>