diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/website/index.html b/website/index.html index aa2b1bc..ff95277 100644 --- a/website/index.html +++ b/website/index.html | |||
@@ -146,15 +146,18 @@ | |||
146 | </div> | 146 | </div> |
147 | 147 | ||
148 | <div id="play" class="overbox fullscreen"> | 148 | <div id="play" class="overbox fullscreen"> |
149 | <p> | 149 | <noscript> |
150 | <br> | 150 | <p>Cannot check Java version.<br>Click <a href="/game/esieequest.jar" target="_blank">here</a> to launch the game in a new window (Java ≥7 required).</p> |
151 | <br> | 151 | </noscript> |
152 | Coming soon... | ||
153 | </p> | ||
154 | </div> | 152 | </div> |
155 | 153 | ||
156 | <div id="map" class="overbox fullscreen"> | 154 | <div id="map" class="overbox fullscreen"> |
157 | <iframe id="map-frame" src="map.svg"></iframe> | 155 | <iframe id="map-frame" src="map.svg"> |
156 | Your browser does not support iframes. Click <a href="map.svg" target="_blank">here</a> to open the map in a new window. | ||
157 | </iframe> | ||
158 | </div> | 158 | </div> |
159 | |||
160 | <script src="/assets/js/deployJava.js"></script> | ||
161 | <script src="/assets/js/script.js"></script> | ||
159 | </body> | 162 | </body> |
160 | </html> | 163 | </html> |