Skip to content

Commit 0c2dc18

Browse files
authored
added HTML file
Added HTML file with script tag so that students can check their work in the console
1 parent 3492921 commit 0c2dc18

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>JavaScript Foundations</title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
</head>
8+
<body>
9+
<p>Open up the console to check your work!</p>
10+
11+
<script src="index.js"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)