This commit is contained in:
Your Name
2026-05-15 20:35:45 +07:00
commit 6439615a3f
8 changed files with 235 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1></h1>
<script src="main.js">
/*script js*/
</script>
</body>
</html>