//------------------------------------------------------------------------------ // Index.cs // Home page for the BoL inbuilt web server // Copyright (c) 2012 Robert MacGregor //------------------------------------------------------------------------------ // Function that returns raw HTML formatting for the web browser on the client end to read function Index::contents(%this) { %data = "T2BoL Webserver Testing" @ "
" @ "Welcome! This is the testing index page!" @ "


" @ "" @ "" @ "" @ "" @ "
Active Players
" @ ""; return %data; }