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">
|
2014-01-27 00:42:21 +01:00
|
|
|
<li>Recent versions of Chrome and Firefox</li>
|
2013-10-24 20:25:52 +02:00
|
|
|
<li>Safari 5.1+</li>
|
|
|
|
<li>Opera 12.1+</li>
|
|
|
|
<li>Internet Explorer 10+</li>
|
|
|
|
<li>iOS 6+</li>
|
|
|
|
<li>Android 4.1+</li>
|
|
|
|
<li>Windows Phone 8+</li>
|
|
|
|
</ul>
|
|
|
|
<p class="_fail-text">
|
|
|
|
If you're unable to upgrade, I apologize.
|
|
|
|
I decided to prioritize speed and new features over support for older browsers.
|
|
|
|
</p>
|
|
|
|
<p class="_fail-text">
|
2013-12-30 10:52:20 +01:00
|
|
|
— Thibaut <a href="https://twitter.com/DevDocs" class="_fail-link">@DevDocs</a>
|
2013-10-24 20:25:52 +02:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|