-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
9616c79
commit 19abccf
Showing
36 changed files
with
9,668 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>A Dark Room</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!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' /></a> | ||
<a href='https://www.google.com/intl/en/chrome/browser/'><img src='img/chrome.png' alt='Firefox' /></a> | ||
<a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img src='img/ie.png' alt='Firefox' /></a> | ||
<br/><br/> | ||
Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work! | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.