Skip to content

Commit 3530e89

Browse files
committed
Added script.js
1 parent 4b632c4 commit 3530e89

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<body>
33
<h1>hello</h1>
4+
<script src="script.js"></script>
45
</body>
56
</html>

script.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(() => {
2+
console.log('hi');
3+
})();

0 commit comments

Comments
 (0)