```
#### static/classisphere.js
Download `cs.classicube.net/c_client/latest/ClassiCube.js` for this
#### static/default.zip
Download `classicube.net/static/default.zip` for this
#### static/style.css
```CSS
body { margin: 0; }
.row {
margin-left: auto;
margin-right: auto;
max-width: 62.5em;
}
a { text-decoration: none; }
.columns { display: inline-block; }
.sec {
background:#f1ecfa;
padding:10px 0 5px;
}
#header { background-color:#5870b0; }
#header h1 {
color:#fff;
margin:0px 10px 0px 10px;
width: 200px;
}
```
#### static/jquery.js
Download some version of jQuery for this. Version 2.1.1 is known to work.
## Notes
* If you don't want the game to resize to fit different resolutions, remove the `resizeGameCanvas` code.
* mobile_mode is used to deliver a minified page for mobile/tablet devices
## Results
After all this setup, you need to install the flask package for python.
Then in command prompt/terminal enter: `python websrv.py`
Then navigate to `http://127.0.0.1:5000/play` in your web browser. If all goes well you should see the web client start in singleplayer.
To start in multiplayer instead, navigate to `http://127.0.0.1:5000/play?user=test&ip=127.0.0.1&port=25565`