Skip to content

Commit a9f7ebc

Browse files
committed
Added one extra line at the end of each file
1 parent c72c932 commit a9f7ebc

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

JAVASCRIPT BUTTON APP/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ app.get("/", function(req, res){
1010

1111
app.listen(3000, function(req, res) {
1212
console.log("Server started running on port 3000.");
13-
})
13+
})

JAVASCRIPT BUTTON APP/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ <h2 id="change-my-color">Challenge 4: Changing the colors of all buttons</h2>
2727
</div>
2828

2929
</div>
30+
3031
<script src="js/script.js"></script>
3132

3233
</body>
3334

34-
</html>
35+
</html>

JAVASCRIPT BUTTON APP/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
"express": "^4.17.1"
1313
}
1414
}
15+

JAVASCRIPT BUTTON APP/public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
}
5050
.btn-yellow:hover{
5151
background-color: rgb(226, 168, 46);
52-
}
52+
}

0 commit comments

Comments
 (0)