delete header
This commit is contained in:
@@ -12,11 +12,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="tg-root">
|
<div class="tg-root">
|
||||||
<div class="tg-navigation">
|
|
||||||
<div class="tg-navigation__title">
|
|
||||||
<span class="tg-navigation__title-icon">🎵</span>
|
|
||||||
Quixotic
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tg-content">
|
<div class="tg-content">
|
||||||
@@ -26,15 +21,6 @@
|
|||||||
<div class="tg-placeholder__description">Введите название песни или исполнителя для поиска на YouTube</div>
|
<div class="tg-placeholder__description">Введите название песни или исполнителя для поиска на YouTube</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tg-form">
|
|
||||||
<div class="tg-input-wrapper">
|
|
||||||
<input type="text"
|
|
||||||
class="tg-input"
|
|
||||||
id="searchInput"
|
|
||||||
placeholder="Название песни или исполнитель..."
|
|
||||||
autocomplete="off">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<button class="tg-button tg-button--primary tg-button--large" id="searchBtn">
|
<button class="tg-button tg-button--primary tg-button--large" id="searchBtn">
|
||||||
<span class="tg-button__text">Найти</span>
|
<span class="tg-button__text">Найти</span>
|
||||||
</button>
|
</button>
|
||||||
@@ -54,6 +40,19 @@
|
|||||||
<div class="tg-placeholder__title">Ничего не найдено</div>
|
<div class="tg-placeholder__title">Ничего не найдено</div>
|
||||||
<div class="tg-placeholder__description">Попробуйте изменить поисковый запрос</div>
|
<div class="tg-placeholder__description">Попробуйте изменить поисковый запрос</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="tg-form">
|
||||||
|
<div class="tg-input-wrapper">
|
||||||
|
<input type="text"
|
||||||
|
class="tg-input"
|
||||||
|
id="searchInput"
|
||||||
|
placeholder="Название песни или исполнитель..."
|
||||||
|
autocomplete="off">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button class="tg-button tg-button--primary tg-button--large" id="searchBtn">
|
||||||
|
<span class="tg-button__text">Найти</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -63,29 +63,6 @@ body {
|
|||||||
flex-direction: column;
|
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 */
|
/* Content area */
|
||||||
.tg-content {
|
.tg-content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import express, { Request, Response } from 'express';
|
import express, { Request, Response } from 'express';
|
||||||
import express, { Request, Response } from 'express';
|
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import ffmpeg from 'fluent-ffmpeg';
|
import ffmpeg from 'fluent-ffmpeg';
|
||||||
|
|||||||
Reference in New Issue
Block a user