62 lines
3.2 KiB
HTML
62 lines
3.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>bug.tv — search</title>
|
|
<link rel="stylesheet" href="css/tokens.css?v=20260826">
|
|
<link rel="stylesheet" href="css/base.css?v=20260826">
|
|
<link rel="stylesheet" href="css/components.css?v=20260826">
|
|
<link rel="stylesheet" href="css/pages.css?v=20260828">
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<div class="container site-header__inner">
|
|
<a class="brand" href="index.html">bug<span>.tv</span></a>
|
|
<nav class="site-header__nav" aria-label="Primary">
|
|
<a href="index.html">Home</a>
|
|
<a href="search.html" class="is-active" aria-current="page">Search</a>
|
|
</nav>
|
|
<div class="site-header__actions">
|
|
<a class="icon-btn is-active" href="search.html" aria-label="Search" title="Search">
|
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="11" cy="11" r="7"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
|
|
</a>
|
|
<a class="icon-btn" href="settings.html" aria-label="Settings" title="Settings">
|
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path></svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="container page" id="content">
|
|
<div class="search-bar">
|
|
<form class="search-bar__form" role="search" onsubmit="return false">
|
|
<input class="field search-bar__input" id="searchInput" type="search" placeholder="Search movies and shows…" autocomplete="off" spellcheck="false">
|
|
</form>
|
|
</div>
|
|
|
|
<div class="search-toolbar">
|
|
<div class="chips" id="typeChips"></div>
|
|
<span class="search-count" id="searchCount"></span>
|
|
</div>
|
|
|
|
<div id="results"></div>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<div class="container">
|
|
<span>bug.tv</span>
|
|
<span>API: <a id="apiBaseLabel" href="#" target="_blank" rel="noopener"></a></span>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="js/util.js?v=20260826"></script>
|
|
<script src="js/config.js?v=20260826"></script>
|
|
<script src="js/api.js?v=20260826"></script>
|
|
<script src="js/storage.js?v=20260826"></script>
|
|
<script src="js/cards.js?v=20260826"></script>
|
|
<script src="js/app.js?v=20260826"></script>
|
|
<script src="js/search.js?v=20260826"></script>
|
|
</body>
|
|
</html>
|