-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (35 loc) · 1 KB
/
index.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
<!doctype html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="Zwicker Group" />
<meta http-equiv="Refresh" content="0; url=https://www.zwickergroup.org" />
<meta name="language" content="en_US" />
<meta name="robots" content="index, follow" />
<title>Zwicker Group</title>
<style type="text/css">
html {
background-color: #fff;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
margin-left: 5em;
margin-top: 5em;
}
a {
color: #444;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<script type="text/javascript">window.location = "https://www.zwickergroup.org/";</script>
</head>
<body lang="en-us">
<div>
<h1>Zwicker Group</h1>
You will be redirected to <a href="https://www.zwickergroup.org/">www.zwickergroup.org</a>.
</div>
</body>
</html>