cs161079 5 years ago
parent
commit
33ea3caea0
  1. 4
      serverNode/requirements.txt
  2. 2
      webInterface/parking.css

4
serverNode/requirements.txt

@ -0,0 +1,4 @@
flask
flask_restful
flask_cors

2
webInterface/parking.css

@ -15,7 +15,7 @@ table, th, td {
}
.empty {
background-color: grey;
background-color: green;
content: url("car.png");
height: 140px;
margin: auto;

Loading…
Cancel
Save