- or download this
use warnings;
use strict;
use Mojolicious::Lite;
...
};
app->start;
- or download this
<!DOCTYPE html>
<html>
<head>
...
<div id="container"></div>
</body>
</html>
- or download this
$(function () {
// figure out where we need to connect to, and then do so
var server = $('#connection').text();
...
};
});