-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.6 KB
/
Copy pathindex.html
File metadata and controls
29 lines (29 loc) · 1.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Ari Sulistiono" />
<meta http-equiv="refresh" content="0; url=site/" />
<title>ARIEC60870 | Free IEC 60870-5-101 / 103 / 104 Protocol Analyzer</title>
<meta name="description" content="Free Apache-2.0 Windows IEC 60870 protocol analyzer for IEC-101, IEC-103, and IEC-104 testing, FAT/SAT evidence, frame trace, event logs, and commissioning troubleshooting." />
<meta name="robots" content="index, follow, max-image-preview:large" />
<link rel="canonical" href="https://masarray.github.io/ARIEC60870/" />
<script>window.location.replace('site/');</script>
<style>
:root { color-scheme: light; font-family: Aptos, 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: 620; }
p { margin: 0 0 18px; line-height: 1.6; color: #5b687a; }
a { color: #2563eb; text-decoration: none; font-weight: 620; }
</style>
</head>
<body>
<main>
<h1>Opening ARIEC60870</h1>
<p>ARIEC60870 is a free IEC 60870-5-101 / 103 / 104 protocol evidence analyzer for Windows.</p>
<a href="site/">Open landing page</a>
</main>
</body>
</html>