mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 14:19:55 +02:00
23 lines
758 B
HTML
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>
|