2013-10-24 20:25:52 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2013-12-30 10:52:20 +01:00
|
|
|
<title>DevDocs — API Documentation Browser</title>
|
2013-10-24 20:25:52 +02:00
|
|
|
<%= stylesheet_tag 'application' %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="_fail">
|
|
|
|
<h1 class="_fail-title">Your browser is unsupported, sorry.</h1>
|
|
|
|
<p class="_fail-text">DevDocs is an API documentation browser which supports the following browsers:</p>
|
|
|
|
<ul class="_fail-list">
|
2018-10-09 00:08:23 +02:00
|
|
|
<li>Recent versions of Firefox, Chrome, or Opera</li>
|
2019-07-07 00:55:58 +02:00
|
|
|
<li>Safari 11.1+</li>
|
2019-07-10 21:10:36 +02:00
|
|
|
<li>Edge 17+</li>
|
2019-07-07 00:55:58 +02:00
|
|
|
<li>iOS 11.3+</li>
|
2013-10-24 20:25:52 +02:00
|
|
|
</ul>
|
|
|
|
<p class="_fail-text">
|
2018-12-18 21:02:15 +01:00
|
|
|
If you're unable to upgrade, we apologize.
|
|
|
|
We decided to prioritize speed and new features over support for older browsers.
|
2013-10-24 20:25:52 +02:00
|
|
|
</p>
|
|
|
|
<p class="_fail-text">
|
2018-12-18 21:02:15 +01:00
|
|
|
— <a href="https://twitter.com/DevDocs">@DevDocs</a>
|
2013-10-24 20:25:52 +02:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|