-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 788 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 788 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ETSI Tools</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<h1>etsi</h1>
<ul>
<li><a href="etsi-watchdog.html">etsi-watchdog</a></li>
<li><a href="etsi-failprint.html">etsi-failprint</a></li>
<li><a href="etsi-etna.html">etsi-etna</a></li>
</ul>
</nav>
<main>
<h2>Welcome to ETSI Tools</h2>
<p>
ETSI is a suite of open-source Python utilities focused on monitoring, observability, and AI agent interfaces — designed to be lightweight yet powerful.
</p>
<p>
Browse the modules using the sidebar. Each tool is built for developers, researchers, and teams who value clean, modular solutions.
</p>
</main>
</body>
</html>