-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
34 lines (31 loc) · 1.37 KB
/
404.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="inst.bid">
<meta name="apple-mobile-web-app-title" content="inst.bid">
<meta name="theme-color" content="#287A9F">
<meta name="msapplication-navbutton-color" content="#287A9F">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Instructure product compliance information" />
<link rel="icon" href="/favicon.ico" />
<title>Redirecting...</title>
<script>
const prefix = '/#'
const protocol = window.location.protocol + '//'
const host = window.location.hostname
const path = window.location.pathname
const redirectURL = protocol + host + prefix + path
window.location.href = redirectURL
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app. To request compliance information directly ask your
Customer Success Manager, or email <a href="mailto:[email protected]">[email protected]</a></noscript>
<div id="root"></div>
</body>
</html>