-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 787 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 787 Bytes
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="5; url=https://robodoc.net/">
<style type="text/css">
body {
background-color: #000000;
color: #FFFFFF;
}
:link { color: #FF0000 }
:visited { color: #FF0000 }
:active { color: #0000FF }
div.c3 {text-align: center}
span.c2 {font-family: Tahoma; font-size: 144%}
img.c1 {border:0;}
</style>
</head>
<body>
<div class="c3">
<table style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 0; height: 100%; width: 100%">
<tr>
<td align="center" valign="middle">
<span class="c2">
Taking you to the right place...
</span>
</td>
</tr>
</table>
</div>
</body>
</html>