Skip to content

Commit 5d15009

Browse files
committed
initial commit
1 parent 4af31f0 commit 5d15009

File tree

2 files changed

+696
-0
lines changed

2 files changed

+696
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>I am Javascript</title>
5+
</head>
6+
<body>
7+
<h1>Javascript Language Basics</h1>
8+
<script src="script.js"></script>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)