-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
22 lines (22 loc) · 1000 Bytes
/
index.html
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 lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting to HPG Monitor</title>
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<noscript>
<meta id="redirect" http-equiv="refresh" content="0; url=http://hpg.mazg.ch/monitor">
<link rel="canonical" href="http://hpg.mazg.ch/monitor">
</noscript>
<script>
window.location.href = 'http://hpg.mazg.ch/monitor' + (window.location.search || '') + (window.location.hash || '');
</script>
</head>
<body style="text-align: center">
<p>Redirecting to the HPG Monitor page<a href="http://hpg.mazg.ch/monitor">http://hpg.mazg.ch/monitor</a>...</p>
<p>You can visit HPG Solution project on <a href="http://github.com/mazgch/hpg">http://github.com/mazgch/hpg</a></p>
</body>
</html>