We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce7641 commit 67e55bcCopy full SHA for 67e55bc
module4-solution/index.html
@@ -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