Adding ADR to Github

This commit is contained in:
Michael Townsend
2013-07-03 07:56:13 -07:00
parent 9616c79816
commit 19abccfcc4
36 changed files with 9668 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!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 isn't really mobile-friendly<br/>
Sorry about that!<br/>
</strong><br/>
Of course you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
</div>
</body>
</html>