--[[ Scripted by: Xander Harrison [X. Cross] --]] resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937' ui_page("html/index.html") files { "html/index.html", "html/libraries/axios.min.js", "html/libraries/vue.min.js", "html/libraries/vuetify.js", "html/libraries/vuetify.css", "html/style.css", "html/script.js", "html/images/dog_left.png", "html/images/dog_right.png", "html/images/husky.png", "html/images/rottweiler.png", "html/images/shepherd.png", "html/images/retriever.png", "html/images/poodle.png", "html/images/pug.png", "html/images/westy.png", } server_script "config.lua" server_script "server.lua" client_script "client.lua"