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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user