# Pastebin G2KtdIuE require "cuba" require "mote" require "mote/render" Cuba.use Rack::Static, urls: {"/" => 'index.html', "/a" => 'updates.htm'}, root: "./" Cuba.plugin Mote::Render Cuba.define do on Default do res.write end end