-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 771 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta name='description' content='ReportUnit description' />
<meta name='robots' content='noodp, noydir' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<title>ReportUnit</title>
</head>
<body>
<div>
<p>ReportUnit has moved <a href='http://reportunit.relevantcodes.com'>here</a>.</p>
<p>If you are not automatically redirected:</p>
<ul>
<li>You can click <a href='http://reportunit.relevantcodes.com'>here</a> to navigate to Relevant Codes, or</li>
<li>Paste this URL in your address bar: http://reportunit.relevantcodes.com</li>
</ul>
</div>
<script>
window.location.replace("http://reportunit.relevantcodes.com");
</script>
</body>
</html>