Files
adarkroom/browserWarning.html
T

43 lines
1.5 KiB
HTML
Raw Normal View History

2013-07-03 07:56:13 -07:00
<!doctype html>
<html>
<head>
<title>A Dark Room</title>
<style>
2013-10-12 13:30:30 +11:00
body {
background-color: #000000;
color: #FFFFFF;
}
a {
color: #FFFFFF;
}
2013-07-03 07:56:13 -07:00
div {
width: 960px;
margin: auto;
text-align: center;
2013-10-12 13:30:30 +11:00
margin-top: 20px;
2013-07-03 07:56:13 -07:00
}
2013-10-12 13:40:47 +11:00
.browser {
width:102.4px;
height:102.4px;
}
2013-07-03 07:56:13 -07:00
</style>
</head>
<body>
2013-10-12 13:30:30 +11:00
<center>
<img src="img/Logo1.jpg" />
<div>
<strong>
A Dark Room makes use of HTML5 and CSS3, which your current browser does not appear to support.<br/>
2013-10-12 13:40:47 +11:00
Please <a href="http://browsehappy.com">update your browser</a> for the best experience:<br/>
2013-10-12 13:30:30 +11:00
</strong>
2013-10-12 13:40:47 +11:00
<a href='http://www.mozilla.org/en-US/firefox/new/'><img class="browser" src='img/firefox.png' alt='Firefox' title='Firefox' /></a>
<a href='https://www.google.com/intl/en/chrome/browser/'><img class="browser" src='img/chrome.png' alt='Chrome' title='Chrome' /></a>
<a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img class="browser" src='img/ie.png' alt='Internet Explorer' title='Internet Explorer' /></a>
<a href='http://www.opera.com/computer'><img class="browser" src='img/opera.png' alt='Opera' title='Opera' /></a>
<a href='http://www.apple.com/safari/'><img class="browser" src='img/safari.png' alt='Safari' title='Safari' /></a>
2013-10-12 13:30:30 +11:00
<br/><br/>
Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
</div>
</center>
2013-07-03 07:56:13 -07:00
</body>
</html>