118 lines
5.4 KiB
HTML
118 lines
5.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
|
|
<title>Quixotic Music - Поиск и скачивание музыки</title>
|
|
<meta name="description" content="Удобный сервис для поиска и скачивания музыки. Найдите любимые треки по названию песни или исполнителю.">
|
|
<meta name="keywords" content="музыка, поиск музыки, скачать музыку, mp3, треки, песни, исполнители">
|
|
<meta name="author" content="Quixotic Music">
|
|
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://music.quixy.uk/">
|
|
|
|
<!-- Theme & App -->
|
|
<meta name="theme-color" content="#007AFF">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
|
<meta name="apple-mobile-web-app-title" content="Quixotic Music">
|
|
<meta name="application-name" content="Quixotic Music">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://music.quixy.uk/">
|
|
<meta property="og:title" content="Quixotic Music - Поиск и скачивание музыки">
|
|
<meta property="og:description" content="Удобный сервис для поиска и скачивания музыки. Найдите любимые треки по названию песни или исполнителю.">
|
|
<meta property="og:site_name" content="Quixotic Music">
|
|
<meta property="og:locale" content="ru_RU">
|
|
<meta property="og:locale:alternate" content="en_US">
|
|
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="Quixotic Music - Поиск и скачивание музыки">
|
|
<meta name="twitter:description" content="Удобный сервис для поиска и скачивания музыки. Найдите любимые треки по названию песни или исполнителю.">
|
|
<meta name="twitter:creator" content="@quixotic">
|
|
|
|
<!-- Telegram -->
|
|
<meta property="telegram:channel" content="@quixotic">
|
|
|
|
<!-- Apple Touch Icons -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.ico">
|
|
|
|
<!-- PWA Manifest -->
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<!-- Structured Data (JSON-LD) -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebApplication",
|
|
"name": "Quixotic Music",
|
|
"description": "Удобный сервис для поиска и скачивания музыки",
|
|
"url": "https://music.quixy.uk/",
|
|
"applicationCategory": "MultimediaApplication",
|
|
"operatingSystem": "Any",
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "USD"
|
|
},
|
|
"aggregateRating": {
|
|
"@type": "AggregateRating",
|
|
"ratingValue": "4.8",
|
|
"ratingCount": "1250"
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Expires" content="0">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
<script src="https://telegram.org/js/telegram-web-app.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="tg-root">
|
|
<div class="tg-content">
|
|
<div class="tg-placeholder" id="welcomePlaceholder">
|
|
<div class="tg-placeholder__icon">🎵</div>
|
|
<div class="tg-placeholder__title">Найти музыку</div>
|
|
<div class="tg-placeholder__description">Введите название песни или исполнителя для поиска</div>
|
|
</div>
|
|
|
|
<div class="tg-spinner tg-hidden" id="loading">
|
|
<div class="tg-spinner__icon"></div>
|
|
<div class="tg-spinner__text">Поиск музыки...</div>
|
|
</div>
|
|
|
|
<div class="tg-list tg-hidden" id="results">
|
|
<!-- Search results will appear here -->
|
|
</div>
|
|
|
|
<div class="tg-placeholder tg-placeholder--secondary tg-hidden" id="noResults">
|
|
<div class="tg-placeholder__icon">🔍</div>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="dist/script.js?v=2"></script>
|
|
</body>
|
|
</html>
|