diff options
Diffstat (limited to 'BKUOnline')
-rw-r--r-- | BKUOnline/src/main/webapp/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html index 355111a8..95eb6992 100644 --- a/BKUOnline/src/main/webapp/index.html +++ b/BKUOnline/src/main/webapp/index.html @@ -40,7 +40,7 @@ <!-- MOCCA Web Start | (activate 'include-webstart' profile) - --> + <div id="animDiv" class="box"> <p> <h1>MOCCA Web Start</h1> @@ -53,5 +53,6 @@ <p><a href="webstart/player.jnlp">Java Cache Viewer</a> (local installation)</p> </p> </div> + --> </body> </html> |