Add custom index.html

This commit is contained in:
2025-06-22 15:03:51 -07:00
parent 6d3e34b8b1
commit b5757a6c91
2 changed files with 14 additions and 2 deletions

12
html/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
</head>
<body>
hello world!
</body>
</html>