-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnotsupported.html
executable file
·85 lines (61 loc) · 3.28 KB
/
notsupported.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UNHCR Historical Refugee Data - Browser is not supported</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="http://www.unhcr.org/favicon.ico" />
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://data.unhcr.org/piwik/" : "http://data.unhcr.org/piwik/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 13);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://data.unhcr.org/piwik/piwik.php?idsite=13" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code -->
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="js/jvectormap/jquery-jvectormap-1.2.2.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="js/jquery-ui-1.10.2/themes/base/jquery-ui.css" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="css/style.less" />
<script src="js/jquery.js"></script>
<script src="js/jquery-ui-1.10.2/ui/jquery-ui.js"></script>
<script src="js/colorbrewer.js"></script>
<script src="js/less.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="bootstrap/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="bootstrap/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="bootstrap/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="bootstrap/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="bootstrap/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="bootstrap/ico/favicon.png">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" style="z-index: 99999999; color: white">
<div class="navbar-inner">
<div class="container" style="width:1100px; color: white">
<a class="brand" href="#" style="color: white">Historical Refugee Data</a>
<div class="logo">
<img src="img/logo.png" style="height: 45px"/>
</div>
</div>
</div>
<br/><br/><br/><br/><center>
Your browser does not support this data visualisation. Please try again using a compatible browser such as Mozilla Firefox, Google Chrome, Opera, or Internet Explorer version 9 or greater. <br/><br/><br/>
<a href="http://www.unhcr.org/pages/4a013eb06.html">Back to the previous page</a>
</center>
</div>
<div id="container" class="container" style="padding-top: 0px; position: relative; top: -50px">
</div> <!-- /container -->
</body>
</html>