-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1.51 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="refresh" content="0; url=landing/" />
<title>ArIEC103 | IEC 60870-5-103 Master Tester</title>
<meta name="description" content="Windows IEC 60870-5-103 master tester and analyzer for protection relay FAT/SAT evidence, event logs, mapping profiles, and raw frame trace." />
<meta name="robots" content="index, follow, max-image-preview:large" />
<link rel="canonical" href="https://masarray.github.io/ARIEC103/" />
<script>window.location.replace('landing/');</script>
<style>
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { min-height: 100vh; display: grid; place-items: center; margin: 0; background: #f6f8fb; color: #142033; }
main { width: min(560px, calc(100vw - 40px)); padding: 32px; border: 1px solid #dce4ef; border-radius: 24px; background: white; box-shadow: 0 24px 80px rgba(21, 35, 54, 0.10); }
h1 { margin: 0 0 8px; font-size: 26px; line-height: 1.2; font-weight: 650; }
p { margin: 0 0 18px; line-height: 1.6; color: #5b687a; }
a { color: #2563eb; text-decoration: none; font-weight: 650; }
</style>
</head>
<body>
<main>
<h1>Opening ArIEC103</h1>
<p>ArIEC103 is an IEC 60870-5-103 master tester and analyzer for protection relay communication evidence.</p>
<a href="landing/">Open landing page</a>
</main>
</body>
</html>