-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathunsupported.html
More file actions
37 lines (30 loc) · 1.4 KB
/
unsupported.html
File metadata and controls
37 lines (30 loc) · 1.4 KB
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
31
32
33
34
35
36
37
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>Unsupported Browser</TITLE>
<LINK type="text/css" rel="stylesheet" href="css/common.css" media="screen,projection" />
<LINK type="text/css" rel="stylesheet" href="css/welcome.css" media="screen,projection" />
<LINK rel="SHORTCUT ICON" HREF="/favicon.png" />
<META charset="UTF-8" />
</HEAD>
<BODY>
<NOSCRIPT>
<DIV class="notification">
Javascript is disabled in your browser. Please enable it for this site.
</DIV>
</NOSCRIPT>
<DIV id="banner">
<SPAN id="main-logo" class="logoblue-text">Unsupported Browser</SPAN>
</DIV>
<P><B>The browser you are using does not support the necessary features</B><BR/>
This may seem annoying. But there's not much that can be done about it; the browser you are using to view this site does not support the necessary features.<BR/>
In order to provide a modern, solid experience a browser that supports the necessary advanced features is required.
</P>
<P>Sadly, your browser is not compatbile.</P>
<P>Instead, please check out some of these modern browsers that are compatible:<BR/>
<A HREF="https://www.google.com/chrome/">Google Chrome</A>
<A HREF="https://www.mozilla.org/en-GB/firefox/new/">Firefox</A>
<A HREF="https://support.apple.com/en_GB/downloads/safari">Safari</A>
</P>
</BODY>
</HTML>