-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlanding.html
52 lines (46 loc) · 2.1 KB
/
landing.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
< !DOCTYPE html >
< html >
< head >
< title > Browser not supported
for the Environmental Health Atlas
for England and Wales platform < /title>
<meta charset="utf-8" / >
< meta name = "keywords"
content = "health , environmental , epidemiology, atlas , cancer , risk , england , wales , sahsu" >
< meta name = "description"
content = "Browser not supported, canvas , svg" >
< meta name = "viewport"
content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet"
href = "css/landing.css" / >
< /head>
<body>
<noscript>
<p>Your browser does not have JavaScript enabled!
This platform heavily relies on Javascript, please enable it (<a href="http:/ / www.enable - javascript.com / ">http://www.enable-javascript.com/</a>).</p>
</noscript>
<div id='landing'>
<div id="
shot "></div>
<div id="
sorry ">
<h1>Sorry, but your internet browser is not supported!</h1>
<p> The Environmental Health Atlas platform relies on
<a href="
http: //en.wikipedia.org/wiki/Scalable_Vector_Graphics">Scalable Vector Graphics </a>
and HTML5 < a href = "http://en.wikipedia.org/wiki/Canvas_element" > canvas < /a> elements.
Most modern browsers fully support these technologies and are compatible with our platform. We would therefore suggest to either update
your current browser or download the latest version from the following browser' s list:
<ul>
<li><a href="https:/ / www.google.com / intl / en_uk / chrome / browser / ">https://www.google.com/intl/en_uk/chrome/browser/</a></li>
<li> <a href="
http: //www.mozilla.org/en-US/firefox/new/">http://www.mozilla.org/en-US/firefox/new/</a></li>
< li > < a href = "http://support.apple.com/downloads/#safari" > http: //support.apple.com/downloads/#safari</a></li>
< li > < a href = "http://windows.microsoft.com/en-gb/internet-explorer/downloads/ie-9/worldwide-languages" > http: //windows.microsoft.com/en-gb/internet-explorer/downloads/ie-9/worldwide-languages</a></li>
< li > < a href = "http://www.opera.com/computer/windows" > http: //www.opera.com/computer/windows</a></li>
< /ul>
</p >
< /div>
</div >
< /body>
</html >