diff --git a/public/index.html b/public/index.html index 5a277e9..e4b9875 100644 --- a/public/index.html +++ b/public/index.html @@ -12,12 +12,7 @@
-
-
- 🎡 - Quixotic -
-
+
@@ -26,16 +21,7 @@
Π’Π²Π΅Π΄ΠΈΡ‚Π΅ Π½Π°Π·Π²Π°Π½ΠΈΠ΅ пСсни ΠΈΠ»ΠΈ исполнитСля для поиска Π½Π° YouTube
-
-
- -
- -
@@ -54,6 +40,19 @@
НичСго Π½Π΅ Π½Π°ΠΉΠ΄Π΅Π½ΠΎ
ΠŸΠΎΠΏΡ€ΠΎΠ±ΡƒΠΉΡ‚Π΅ ΠΈΠ·ΠΌΠ΅Π½ΠΈΡ‚ΡŒ поисковый запрос
+
+
+ +
+ + +
diff --git a/public/style.css b/public/style.css index 5d2177a..e413518 100644 --- a/public/style.css +++ b/public/style.css @@ -63,29 +63,6 @@ body { flex-direction: column; } -/* Navigation */ -.tg-navigation { - position: sticky; - top: 0; - z-index: 100; - background: var(--tg-color-bg); - border-bottom: 1px solid var(--tg-color-secondary-bg); - padding: var(--tg-spacing-lg); -} - -.tg-navigation__title { - font-size: var(--tg-font-size-xl); - font-weight: 600; - color: var(--tg-color-text); - display: flex; - align-items: center; - gap: var(--tg-spacing-sm); -} - -.tg-navigation__title-icon { - font-size: var(--tg-font-size-xxl); -} - /* Content area */ .tg-content { flex: 1; diff --git a/src/server.ts b/src/server.ts index e598a99..8d7a2b0 100644 --- a/src/server.ts +++ b/src/server.ts @@ -1,5 +1,4 @@ import express, { Request, Response } from 'express'; -import express, { Request, Response } from 'express'; import path from 'path'; import fs from 'fs'; import ffmpeg from 'fluent-ffmpeg';