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
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-10-12 13:30:30 +11:00
|
|
|
<center>
|
|
|
|
|
<img src="img/Logo1.jpg" />
|
|
|
|
|
<div>
|
|
|
|
|
<strong>
|
|
|
|
|
A Dark Room isn't really mobile-friendly, and it requires arrow keys.<br/>
|
|
|
|
|
Sorry about that!<br/>
|
|
|
|
|
</strong><br/>
|
2013-11-09 21:43:08 -05:00
|
|
|
Of course you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!<br/><br/>
|
|
|
|
|
A Dark Room is now native on iOS! Get it on the <a href="https://itunes.apple.com/us/app/a-dark-room/id736683061?mt=8">App Store</a>.
|
2013-10-12 13:30:30 +11:00
|
|
|
</div>
|
|
|
|
|
</center>
|
2013-07-03 07:56:13 -07:00
|
|
|
</body>
|
2013-07-03 13:44:45 -04:00
|
|
|
</html>
|