atualiza README.md com informações sobre a versão e instalação; adiciona ícones para a interface

This commit is contained in:
Alexander Sabino
2026-05-08 22:33:59 +01:00
parent f1b291dde0
commit b763b3ca90
4 changed files with 62 additions and 27 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

+2 -3
View File
@@ -8,6 +8,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/styles.css" />
<link rel="icon" type="image/png" href="/icon.png" />
</head>
<body>
<div class="app-shell">
@@ -15,9 +16,7 @@
<!-- ===== SIDEBAR ===== -->
<nav class="sidebar">
<div class="sidebar-brand">
<svg class="brand-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/>
</svg>
<img src="/icon.png" class="brand-icon" alt="DockerBackup" />
<span>DockerBackup</span>
</div>