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! 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");