mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
31 lines
974 B
Text
31 lines
974 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>DevDocs — API Documentation Browser</title>
|
|
<%= 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">
|
|
<li>Recent version of Chrome</li>
|
|
<li>Recent version of Firefox</li>
|
|
<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">
|
|
— Thibaut <a href="https://twitter.com/DevDocs" class="_fail-link">@DevDocs</a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|