Skip to content

Commit 67e55bc

Browse files
committed
Create index.html for module 4
1 parent 9ce7641 commit 67e55bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

module4-solution/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Module 4 Solution Starter</title>
6+
<script src="js/SpeakHello.js"></script>
7+
<script src="js/SpeakGoodBye.js"></script>
8+
<script src="js/script.js"></script>
9+
</head>
10+
<body>
11+
<h1>Module 4 Solution </h1>
12+
<p> Open the console to see the output</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)