Changes

Setup a Local Play Page
#Modify the Play Page you downloaded to make it suitable for running locally by running the following command and making the change specified below <pre>sudo nano /var/www/html/index.html</pre>
##Change Line 4 to say whatever you want, something like <pre><title>QuakeJS Local</title></pre>
##Change Line 5 to <pre><link rel="stylesheet" href="/game.css"></link></pre>##Change Line 6 to <pre><script type="text/javascript" src="/ioquake3.js"></script></pre>
##Comment out Lines 7 through 16 to disable Google Analytics
###Change Line 7 to <pre><!-- <script type="text/javascript"></pre>