Files
hello-world/index.html
2026-03-20 17:55:05 +09:00

11 lines
234 B
HTML

<!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>