mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-07-02 01:02:12 +08:00
nicened the warnings
This commit is contained in:
+11
-1
@@ -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 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/>
|
||||||
@@ -23,5 +32,6 @@
|
|||||||
<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>
|
||||||
+11
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user