diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/website/index.html b/website/index.html index c038d5d..fc9066c 100644 --- a/website/index.html +++ b/website/index.html | |||
@@ -153,13 +153,13 @@ | |||
153 | </div> | 153 | </div> |
154 | 154 | ||
155 | <div id="play" class="overbox fullscreen"> | 155 | <div id="play" class="overbox fullscreen"> |
156 | <noscript> | 156 | <iframe id="game-frame" src="game/esieequest.html"> |
157 | <p> | 157 | <p> |
158 | Cannot check Java version. | 158 | Your browser does not support iframes. |
159 | <br> | 159 | <br> |
160 | Click <a href="/game/esieequest.jar" target="_blank">here</a> to launch the game in a new window (Java ≥7 required). | 160 | Click <a href="game/esieequest.html" target="_blank">here</a> to open the map in a new window. |
161 | </p> | 161 | </p> |
162 | </noscript> | 162 | </iframe> |
163 | </div> | 163 | </div> |
164 | 164 | ||
165 | <div id="map" class="overbox fullscreen"> | 165 | <div id="map" class="overbox fullscreen"> |
@@ -171,8 +171,6 @@ | |||
171 | </p> | 171 | </p> |
172 | </iframe> | 172 | </iframe> |
173 | </div> | 173 | </div> |
174 | 174 | ||
175 | <script src="/assets/js/deployJava.js"></script> | ||
176 | <script src="/assets/js/script.js"></script> | ||
177 | </body> | 175 | </body> |
178 | </html> \ No newline at end of file | 176 | </html> \ No newline at end of file |