forked from portofportlandgis/portmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirect.html
109 lines (84 loc) · 3.08 KB
/
redirect.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="World" content="">
<title>World</title>
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="assets/css/bootstrap-custom.css" rel="stylesheet">
<!-- JQuery/JQueryUI -->
<script src="assets/js/jquery.js"></script>
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Misc. CSS -->
<link href='assets/css/styles-custom.css' rel='stylesheet' />
<style>
#urlCopied {
max-height: 40px;
height: 40px;
background-color: #e8e8e8;
color: #4a4a4a;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
padding: 13px 13px 13px 5px;
margin: 10px 0;
font-size: smaller;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
footer {
position: absolute;
left: 0;
bottom: 0;
height: auto;
width: 100%;
overflow: hidden;
z-index: 9999999;
}
a {
color: #789bc7;
text-decoration: underline;
}
a:focus, a:hover {
color: #789bc7;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="se-pre-con">
<div style="text-align: center; margin-top:5%; color: white; padding-left: 20px;">
<span class="fa-stack fa-3x">
<i class="fa fa-internet-explorer fa-stack-1x"></i>
<i class="fa fa-ban fa-stack-2x text-danger fa-rotate-90"></i>
</span>
=
<i class="fa fa-frown-o fa-stack fa-3x"></i>
</div>
<div style="text-align: center; margin-top:5%; color: white; padding-left: 20px;">
<span class="fa-stack fa-3x">
<i class="fa fa-chrome fa-stack-1x"></i>
<i style="color: #49ce60; padding-left: 65px;" class="fa fa-check fa-stack-1x"></i>
</span>
=
<i class="fa fa-smile-o fa-stack fa-3x"></i>
</div>
<br /><br /><br />
<p style="color:white; text-align:center">
Please use a modern browser like Chrome
</p>
</div>
<script src="assets/bootstrap/bootstrap.min.js"></script>
</body>
</html>