delete header
This commit is contained in:
@@ -12,12 +12,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<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-placeholder" id="welcomePlaceholder">
|
||||
@@ -26,16 +21,7 @@
|
||||
<div class="tg-placeholder__description">Введите название песни или исполнителя для поиска на YouTube</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>
|
||||
</button>
|
||||
</div>
|
||||
@@ -54,6 +40,19 @@
|
||||
<div class="tg-placeholder__title">Ничего не найдено</div>
|
||||
<div class="tg-placeholder__description">Попробуйте изменить поисковый запрос</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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user