mirror of
https://github.com/mandiant/capa.git
synced 2025-12-26 20:53:46 -08:00
* extend descriptions and improve styling * s/capa explorer web/capa Explorer Web * set htmlWhitespaceSensitivity to ignore and reformat
19 lines
549 B
HTML
19 lines
549 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>capa Explorer Web</title>
|
|
<script
|
|
defer
|
|
src="https://cloud.umami.is/script.js"
|
|
data-website-id="0bb8ff9e-fbcc-4ee2-9f9f-b337a2e8cc7f"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|