From 4829a31cf69c71aa6c73fcdb6fc1be598519451f Mon Sep 17 00:00:00 2001 From: Rachel Date: Wed, 15 May 2024 13:41:39 +0200 Subject: [PATCH 1/2] Update colorGame.css I made this in my commit --- ColorGameSolution/colorGame.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ColorGameSolution/colorGame.css b/ColorGameSolution/colorGame.css index b1e493c..48d2e13 100644 --- a/ColorGameSolution/colorGame.css +++ b/ColorGameSolution/colorGame.css @@ -74,4 +74,4 @@ button:hover { color:white; background-color: steelblue; } - +#this is cool, this is my coolest thing ever! From 1e2a0a885df0ab29cc4599528bf0d7903d0d488e Mon Sep 17 00:00:00 2001 From: Rachel Date: Wed, 15 May 2024 13:42:27 +0200 Subject: [PATCH 2/2] Update app.js wrote a note in the json file --- EJSDemo/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EJSDemo/app.js b/EJSDemo/app.js index 7790bb5..ee41215 100644 --- a/EJSDemo/app.js +++ b/EJSDemo/app.js @@ -24,7 +24,7 @@ app.get("/fallinlovewith/:thing", function(req, res){ }); -//Tell Express to listen +//Tell Express to listen - test 1,2,3.! app.listen(8080); console.log("server has started");