This commit is contained in:
Michael
2013-10-13 18:53:19 -04:00
7 changed files with 46 additions and 20 deletions
+21 -5
View File
@@ -3,25 +3,41 @@
<head> <head>
<title>A Dark Room</title> <title>A Dark Room</title>
<style> <style>
body {
background-color: #000000;
color: #FFFFFF;
}
a {
color: #FFFFFF;
}
div { div {
width: 960px; width: 960px;
margin: auto; margin: auto;
text-align: center; text-align: center;
margin-top: 100px; margin-top: 20px;
}
.browser {
width:102.4px;
height:102.4px;
} }
</style> </style>
</head> </head>
<body> <body>
<center>
<img src="img/Logo1.jpg" />
<div> <div>
<strong> <strong>
A Dark Room makes use of HTML5 and CSS3, which your current browser does not appear to support.<br/> 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/> Please <a href="http://browsehappy.com">update your browser</a> for the best experience:<br/>
</strong> </strong>
<a href='http://www.mozilla.org/en-US/firefox/new/'><img src='img/firefox.png' alt='Firefox' title='Firefox' /></a> <a href='http://www.mozilla.org/en-US/firefox/new/'><img class="browser" src='img/firefox.png' alt='Firefox' title='Firefox' /></a>
<a href='https://www.google.com/intl/en/chrome/browser/'><img src='img/chrome.png' alt='Chrome' title='Chrome' /></a> <a href='https://www.google.com/intl/en/chrome/browser/'><img class="browser" src='img/chrome.png' alt='Chrome' title='Chrome' /></a>
<a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img src='img/ie.png' alt='Internet Explorer' title='Internet Explorer' /></a> <a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img class="browser" src='img/ie.png' alt='Internet Explorer' title='Internet Explorer' /></a>
<a href='http://www.opera.com/computer'><img class="browser" src='img/opera.png' alt='Opera' title='Opera' /></a>
<a href='http://www.apple.com/safari/'><img class="browser" src='img/safari.png' alt='Safari' title='Safari' /></a>
<br/><br/> <br/><br/>
Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work! Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
</div> </div>
</center>
</body> </body>
</html> </html>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 119 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 191 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 20 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

+11 -1
View File
@@ -3,15 +3,24 @@
<head> <head>
<title>A Dark Room</title> <title>A Dark Room</title>
<style> <style>
body {
background-color: #000000;
color: #FFFFFF;
}
a {
color: #FFFFFF;
}
div { div {
width: 960px; width: 960px;
margin: auto; margin: auto;
text-align: center; text-align: center;
margin-top: 100px; margin-top: 20px;
} }
</style> </style>
</head> </head>
<body> <body>
<center>
<img src="img/Logo1.jpg" />
<div> <div>
<strong> <strong>
A Dark Room isn't really mobile-friendly, and it requires arrow keys.<br/> A Dark Room isn't really mobile-friendly, and it requires arrow keys.<br/>
@@ -19,5 +28,6 @@
</strong><br/> </strong><br/>
Of course you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work! Of course you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
</div> </div>
</center>
</body> </body>
</html> </html>