Files
agentic_security/ui/public/index.html
T
2025-02-16 11:54:08 +00:00

23 lines
758 B
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<header>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LLM Vulnerability Scanner</title>
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.js"></script>
<link href="https://fonts.cdnfonts.com/css/technopollas" rel="stylesheet">
<link href="styles/output.css" rel="stylesheet">
</header>
<body class="bg-dark-bg text-dark-text font-sans">
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="vue-app" class="min-h-screen p-8"></div>
</body>
</html>