Add index.html

This commit is contained in:
2026-03-20 17:55:05 +09:00
parent ee2a8954f8
commit 63096daff4

11
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>
<script src="script.js"></script>
</head>
<body id="app">
</body>
</html>