Simplify header to show only [W13] logo

- Remove "Warehouse13" text from header
- Header now displays just the [W13] logo with badges
- Cleaner, more minimalist design
- Applied to both Angular frontend and static HTML

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-16 09:52:25 -05:00
parent d9c6f490f0
commit 59defcefe5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<body>
<div class="container">
<header>
<h1><span class="logo">[W13]</span> Warehouse13</h1>
<h1><span class="logo">[W13]</span></h1>
<div class="header-info">
<span id="deployment-mode" class="badge"></span>
<span id="storage-backend" class="badge"></span>