mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-16 09:22:30 +08:00
nicened the warnings
This commit is contained in:
+22
-12
@@ -3,25 +3,35 @@
|
|||||||
<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>
|
||||||
<div>
|
<center>
|
||||||
<strong>
|
<img src="img/Logo1.jpg" />
|
||||||
A Dark Room makes use of HTML5 and CSS3, which your current browser does not appear to support.<br/>
|
<div>
|
||||||
Please update your browser for the best experience:<br/>
|
<strong>
|
||||||
</strong>
|
A Dark Room makes use of HTML5 and CSS3, which your current browser does not appear to support.<br/>
|
||||||
<a href='http://www.mozilla.org/en-US/firefox/new/'><img src='img/firefox.png' alt='Firefox' title='Firefox' /></a>
|
Please update your browser for the best experience:<br/>
|
||||||
<a href='https://www.google.com/intl/en/chrome/browser/'><img src='img/chrome.png' alt='Chrome' title='Chrome' /></a>
|
</strong>
|
||||||
<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://www.mozilla.org/en-US/firefox/new/'><img src='img/firefox.png' alt='Firefox' title='Firefox' /></a>
|
||||||
<br/><br/>
|
<a href='https://www.google.com/intl/en/chrome/browser/'><img src='img/chrome.png' alt='Chrome' title='Chrome' /></a>
|
||||||
Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
|
<a href='http://windows.microsoft.com/en-CA/internet-explorer/download-ie'><img src='img/ie.png' alt='Internet Explorer' title='Internet Explorer' /></a>
|
||||||
</div>
|
<br/><br/>
|
||||||
|
Or you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
|
||||||
|
</div>
|
||||||
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
+18
-8
@@ -3,21 +3,31 @@
|
|||||||
<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>
|
||||||
<div>
|
<center>
|
||||||
<strong>
|
<img src="img/Logo1.jpg" />
|
||||||
A Dark Room isn't really mobile-friendly, and it requires arrow keys.<br/>
|
<div>
|
||||||
Sorry about that!<br/>
|
<strong>
|
||||||
</strong><br/>
|
A Dark Room isn't really mobile-friendly, and it requires arrow keys.<br/>
|
||||||
Of course you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
|
Sorry about that!<br/>
|
||||||
</div>
|
</strong><br/>
|
||||||
|
Of course you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
|
||||||
|
</div>
|
||||||
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user