Implement Logo.svg in webui index and reports

This commit is contained in:
2026-01-03 10:25:38 +11:00
parent 559a0862cd
commit 3bad151b60
3 changed files with 670 additions and 31 deletions

View File

@@ -7,13 +7,17 @@
<title>UltyScan - Web Interface</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
<link rel="icon" type="image/svg+xml" href="assets/Logo.svg">
</head>
<body>
<div class="container">
<!-- Header -->
<header class="header">
<h1>🔍 UltyScan</h1>
<h1 style="display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
<img src="assets/Logo.svg" alt="UltyScan Logo" style="height: 1.5em;">
UltyScan
</h1>
<p class="subtitle">Attack Surface Management Platform</p>
<div style="margin-top: 1rem; display: flex; align-items: center; justify-content: center; gap: 1rem;">
<span id="scan-status" class="status-badge status-idle">Idle</span>