fix: структура как в ipwhitelist — без Dockerfile, server.js, public/

This commit is contained in:
2026-05-31 18:59:43 +03:00
parent ab764f9364
commit a7bf18939c
8 changed files with 7 additions and 18 deletions
+3 -3
View File
@@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Say — Голосовой ассистент | Nubes</title>
<link rel="icon" href="/static/favicon.png" type="image/png">
<link rel="stylesheet" href="/static/style.css">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="stylesheet" href="/style.css">
</head>
<body>
@@ -15,7 +15,7 @@
<header class="topbar">
<div class="topbar-inner">
<a href="/" class="topbar-logo" title="Say — Главная">
<img src="/static/nubes-logo.svg" alt="Nubes" width="130" height="28">
<img src="/nubes-logo.svg" alt="Nubes" width="130" height="28">
</a>
<span class="topbar-sep">|</span>
<span class="topbar-title">Say — Голосовой ассистент</span>