Skip to content

Commit

Permalink
Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sohail019 committed Aug 1, 2024
1 parent aaba485 commit f529d25
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 03 - Chai aur Javascript/17 - Modules/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Modules</title>
<link href="../style.css" rel="stylesheet" type="text/css" />
</head>

<body style="background-color: #212121; color: white">
<nav>
<a href="../index.html">Home Page</a>
<a
href="https://github.com/sohail019/Complete-Javascript/tree/main/03%20-%20Chai%20aur%20Javascript/04%20-%20Projects%20for%20DOM"
>Github</a
>
</nav>
Hello Modules
<script type="module" src="script.js"></script>
</body>

</html>

0 comments on commit f529d25

Please sign in to comment.