Add a begining of API and CSS+JS (static files folder)

This commit is contained in:
Skia
2016-01-08 17:11:38 +01:00
parent f5b07887a5
commit 771056d6e4
8 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1 @@
console.log('Guy');

View File

@ -0,0 +1,3 @@
body {
background: #EEE;
}