-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 990 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@2/css/pico.min.css">
<title>stlite apps</title>
</head>
<body>
<main class="container">
<h2>stlite-apps</h2>
<p><a href="https://github.com/whitphx/stlite">Streamlit Lite</a> apps mainly focused on mitre/sigma and detection rules. <a href="https://github.com/adonm/stlite-apps">GitHub source repository</a></p>
<ul>
<li><a href="apps/sigmatron.html">sigmatron.html</a> - a tool to browse and convert sigma rules</li>
<li><a href="apps/pandaspicnic.html">pandaspicnic.html</a> - a tool to view and report on dataframes in browser</li>
<li><a href="apps/observable/">Observable dashboards</a> - Dashboarding sandbox/playground</li>
</ul>
</main>
</body>
</html>