Advanced JavaScript

This commit is contained in:
2026-02-23 23:37:47 +05:30
parent 568af4c5b1
commit a4fedd5081
2 changed files with 41 additions and 0 deletions

12
Week-03/Day_01/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.0">
<title>Document</title>
</head>
<body>
<script src="script.js"></script>
</body>
</html>