Initial commit

Initial commit
This commit is contained in:
Don
2017-09-12 12:31:14 -07:00
parent 1d5062b2d5
commit 2e892cd946
10 changed files with 967 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
client_script('client.lua')
server_script "@mysql-async/lib/MySQL.lua"
server_script "server.lua"
ui_page('html/index.html')
files({
'html/index.html',
'html/script.js',
'html/style.css',
'html/cursor.png'
})