mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
b1af589d53
Just a minor fix
27 lines
920 B
HTML
27 lines
920 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>A Dark Room</title>
|
|
<style>
|
|
div {
|
|
width: 960px;
|
|
margin: auto;
|
|
text-align: center;
|
|
margin-top: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<strong>
|
|
A Dark Room makes use of HTML5 and CSS3, which your current browser does not appear to support.<br/>
|
|
Please update your browser for the best experience:<br/>
|
|
</strong>
|
|
<a href='http://www.mozilla.org/en-US/firefox/new/'><img src='img/firefox.png' alt='Firefox' title='Firefox' /></a>
|
|
<a href='https://www.google.com/intl/en/chrome/browser/'><img src='img/chrome.png' alt='Chrome' title='Chrome' /></a>
|
|
<a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img src='img/ie.png' alt='Internet Explorer' title='Internet Explorer' /></a>
|
|
<br/><br/>
|
|
Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
|
|
</div>
|
|
</body>
|
|
</html> |