Initialize Vite project

This commit is contained in:
sss
2025-08-13 16:06:17 -07:00
parent 3567a779db
commit 06af334434
6 changed files with 78 additions and 1 deletions

11
docs/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello World</title>
</head>
<body>
<h1>Hello world</h1>
</body>
</html>