forked from doublespeakgames/adarkroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0c202d
commit 5f13d94
Showing
5 changed files
with
66 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
*.TODO | ||
*.mo | ||
*.swp | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,58 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> | ||
<title>A Dark Room</title> | ||
<style> | ||
body { | ||
background-color: #000000; | ||
color: #FFFFFF; | ||
background-color: #000000; | ||
color: #FFFFFF; | ||
line-height: 1.5; | ||
font-size: 22px; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
} | ||
a { | ||
color: #FFFFFF; | ||
color: #FFFFFF; | ||
} | ||
p { | ||
margin: 10px 20px; | ||
text-align: center; | ||
} | ||
.logo { | ||
width: 100%; | ||
} | ||
.store { | ||
width: 90%; | ||
} | ||
.storeLink { | ||
text-align: center; | ||
} | ||
div { | ||
width: 100%; | ||
margin: auto; | ||
text-align: center; | ||
margin-top: 20px; | ||
} | ||
div { | ||
width: 960px; | ||
margin: auto; | ||
text-align: center; | ||
margin-top: 20px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<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/> | ||
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/app/apple-store/id736683061?pt=2073437&ct=mobilesplash&mt=8">App Store</a>. | ||
You can also download it on Android! Get it from the <a href = "https://play.google.com/store/apps/details?id=com.yourcompany.adarkroom&hl=en">Play Store</a> | ||
</div> | ||
</center> | ||
<img class="logo" src="img/Logo1.jpg" /> | ||
<p> | ||
A Dark Room isn't mobile-friendly, and it requires arrow keys. | ||
<br> | ||
Sorry about that! | ||
</p> | ||
<p> | ||
There are native apps, though! Get them now! | ||
</p> | ||
<a class="storeLink" href="https://itunes.apple.com/app/apple-store/id736683061?pt=2073437&ct=mobilesplash&mt=8"> | ||
<img class="store" src="http://i.imgur.com/DMdnDYq.png" alt="App Store"> | ||
</a> | ||
<a class="storeLink" href = "https://play.google.com/store/apps/details?id=com.yourcompany.adarkroom&hl=en"> | ||
<img class="store" src="http://i.imgur.com/bLWWj4r.png" alt="Google Play"> | ||
</a> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters