mobileWarning.html 811 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>A Dark Room</title>
  5. <style>
  6. body {
  7. background-color: #000000;
  8. color: #FFFFFF;
  9. }
  10. a {
  11. color: #FFFFFF;
  12. }
  13. div {
  14. width: 960px;
  15. margin: auto;
  16. text-align: center;
  17. margin-top: 20px;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <center>
  23. <img src="img/Logo1.jpg" />
  24. <div>
  25. <strong>
  26. A Dark Room isn't really mobile-friendly, and it requires arrow keys.<br/>
  27. Sorry about that!<br/>
  28. </strong><br/>
  29. Of course you can <a href='index.html?ignorebrowser=true'>play anyway</a>, but it probably won't work!<br/><br/>
  30. A Dark Room is now native on iOS! Get it on the <a href="https://itunes.apple.com/app/apple-store/id736683061?pt=2073437&ct=mobilesplash&mt=8">App Store</a>.
  31. </div>
  32. </center>
  33. </body>
  34. </html>