forked from TheGamesDB/TheGamesDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tab_nojs.php
22 lines (19 loc) · 1.54 KB
/
tab_nojs.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div id="gameHead">
<?php if($errormessage): ?>
<div class="error"><?= $errormessage ?></div>
<?php endif; ?>
<?php if($message): ?>
<div class="message"><?= $message ?></div>
<?php endif; ?>
<h1>Oops!</h1>
<p> </p>
<h2 style="text-align: center;">Javascript Required</h2>
<p style="text-align: center;">Many of the features on this website require Javascript to be enabled. Please enable javascript.<br />If your browser doesn't support Javascript, please leave 1995 behind and download a modern browser.</p>
<p> </p>
<div style="width: 200px; margin: auto;">
<p style="font-size: 18px;"><img src="<?= $baseurl; ?>/images/common/icons/browsers/Chrome-32.png" style="vertical-align: middle;" /> <a style="color: orange;" href="http://www.google.com/chrome?hl=en-GB" target="_blank">Google Chrome</a></p>
<p style="font-size: 18px;"><img src="<?= $baseurl; ?>/images/common/icons/browsers/Firefox-32.png" style="vertical-align: middle;" /> <a style="color: orange;" href="http://www.getfirefox.com" target="_blank">Mozilla Firefox</a></p>
<p style="font-size: 18px;"><img src="<?= $baseurl; ?>/images/common/icons/browsers/Opera-32.png" style="vertical-align: middle;" /> <a style="color: orange;" href="http://www.opera.com" target="_blank">Opera</a></p>
<p style="font-size: 18px;"><img src="<?= $baseurl; ?>/images/common/icons/browsers/Safari-32.png" style="vertical-align: middle;" /> <a style="color: orange;" href="http://www.apple.com/safari/" target="_blank">Apple Safari</a></p>
</div>
</div>