version 0.0.1 - HTTP & SocketIo services on server

This commit is contained in:
2016-02-10 10:36:00 +01:00
parent 5898ce49ca
commit edd511b402
843 changed files with 128646 additions and 0 deletions

26
public/css/main.css Normal file
View File

@@ -0,0 +1,26 @@
body {
background-color: black;
margin: 0;
padding: 0;
text-align: center;
font-family: "Very damaged", Arial, Helvetica, sans-serif;
}
#main {
margin-top: 20px;
background-color: rgba(0, 0, 0, 1);
margin-left: auto;
margin-right: auto;
}
#pong {
border: 1px solid rgba(255, 255, 255, 1);
margin-top: 50px;
}