-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 2.58 KB
/
index.html
File metadata and controls
48 lines (43 loc) · 2.58 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/light-icon-16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/light-icon-32.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/light-icon-48.png" />
<link rel="icon" type="image/png" sizes="64x64" href="/light-icon-64.png" />
<link rel="icon" type="image/png" sizes="128x128" href="/light-icon-128.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/light-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="256x256" href="/light-icon-256.png" />
<link rel="icon" type="image/png" sizes="384x384" href="/light-icon-384.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/light-icon-512x512.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="RootCause - SAST open source en Rust. Análisis rápido, extensible y multi-lenguaje para encontrar vulnerabilidades de seguridad." />
<meta name="keywords" content="SAST, security, Rust, static analysis, vulnerabilities, open source" />
<meta name="author" content="RootCause" />
<!-- Open Graph -->
<meta property="og:title" content="RootCause - Find the root. Fast." />
<meta property="og:description" content="SAST open source en Rust. Análisis en segundos, no minutos." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rootcause.sh" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="RootCause - Find the root. Fast." />
<meta name="twitter:description" content="SAST open source en Rust. Análisis en segundos, no minutos." />
<title>RootCause - Find the root. Fast.</title>
<!-- Preconnect to external domains for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://docs.rootcause.sh">
<link rel="preconnect" href="https://github.com">
<!-- DNS prefetch for external resources -->
<link rel="dns-prefetch" href="https://docs.rootcause.sh">
<link rel="dns-prefetch" href="https://github.com">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>