Skip to content

Commit 19abccf

Browse files
committed
Adding ADR to Github
1 parent 9616c79 commit 19abccf

36 files changed

+9668
-0
lines changed

.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>A Dark Room</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

browserWarning.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>A Dark Room</title>
5+
<style>
6+
div {
7+
width: 960px;
8+
margin: auto;
9+
text-align: center;
10+
margin-top: 100px;
11+
}
12+
</style>
13+
</head>
14+
<body>
15+
<div>
16+
<strong>
17+
A Dark Room makes use of HTML5 and CSS3, which your current browser does not appear to support.<br/>
18+
Please update your browser for the best experience:<br/>
19+
</strong>
20+
<a href='http://www.mozilla.org/en-US/firefox/new/'><img src='img/firefox.png' alt='Firefox' /></a>
21+
<a href='https://www.google.com/intl/en/chrome/browser/'><img src='img/chrome.png' alt='Firefox' /></a>
22+
<a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img src='img/ie.png' alt='Firefox' /></a>
23+
<br/><br/>
24+
Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
25+
</div>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)