mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
23 lines
436 B
HTML
23 lines
436 B
HTML
<!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 isn't really mobile-friendly<br/>
|
|
Sorry about that!<br/>
|
|
</strong><br/>
|
|
Of course you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!
|
|
</div>
|
|
</body>
|
|
</html> |