-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcaptures.html
More file actions
46 lines (40 loc) · 1.62 KB
/
captures.html
File metadata and controls
46 lines (40 loc) · 1.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page Moved | GeoViewer</title>
<meta charset="UTF-8">
<meta name="author" content="Albert (Technobird22)">
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<!-- Auto redirect -->
<meta http-equiv="Refresh" content="0; url='viewer.html'" />
<meta http-equiv="Refresh" content="1; url='viewer.html'" />
<meta http-equiv="Refresh" content="2; url='viewer.html'" />
<meta http-equiv="Refresh" content="5; url='viewer.html'" />
<meta http-equiv="Refresh" content="10; url='viewer.html'" />
</head>
<body onload="setTimeout(initialize_scripts(), 1000);">
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="viewer.html">Viewer</a></li>
</ul>
</nav>
<h1 class="page-name page-name-large">Page Moved | GeoViewer</h1>
</header>
<section class="content-section container">
<h3>
This page has moved to <span class='code'>viewer.html</span>
<br>
<a href="viewer.html">Click this link to go to the new location if you aren't automatically redirected</a>
</h3>
</section>
<footer>
<hr>
<p style="text-align: center; color: black">Page last updated at <span class="time">23:57 (NZST)</span> on <span
class="time">31/01/2021</span></p>
</footer>
</body>
</html>