forked from freeCodeCamp/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunsupported.erb
More file actions
30 lines (30 loc) · 954 Bytes
/
unsupported.erb
File metadata and controls
30 lines (30 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!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 versions of Chrome and 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>