codecombat/app/assets/index_old_browser.html

34 lines
1.5 KiB
HTML
Raw Normal View History

2014-01-03 13:32:13 -05:00
<!doctype html>
<head>
2014-11-09 23:35:46 -05:00
<title>CodeCombat - Learn how to code by playing a game</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
2014-01-03 13:32:13 -05:00
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
2014-01-03 13:32:13 -05:00
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
2014-01-03 13:32:13 -05:00
</head>
2014-11-09 23:35:46 -05:00
<body class="nano clearfix">
2014-01-03 13:32:13 -05:00
<div class="container">
<h1>CodeCombat requires a modern browser to play</h1>
<ul class="list-group">
<li class="list-group-item">Chrome 20+</li>
<li class="list-group-item">Firefox 21+</li>
<li class="list-group-item">Safari 6+</li>
<li class="list-group-item">Internet Explorer 11+ or Edge</li>
</ul>
<h2>It looks like you have an older browser or a mobile device, so it won't work. Sorry!</h2>
<hr />
<div class="text-center">
<h2><a href="/">Return Home</a></h2>
or
<h2><a href="?try-old-browser-anyway=true">Try Anyway</a></h2>
2014-01-03 13:32:13 -05:00
</div>
</div>
</body>
</html>