mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 20:35:59 +00:00
Implement Logo.svg in webui index and reports
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user