Files
proxy_tmdb/public/index.html

41 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#0b1220">
<title>proxytmdb · Recherche</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%2301b4e4'/%3E%3Ctext x='16' y='22' font-family='sans-serif' font-size='18' font-weight='bold' text-anchor='middle' fill='%23000'%3Et%3C/text%3E%3C/svg%3E">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header class="topbar">
<a class="brand" href="/">
<span class="brand-mark">t</span>
<span class="brand-text">proxytmdb</span>
</a>
<form id="search-form" class="search-form" autocomplete="off">
<input id="q" type="search" name="q" placeholder="ex: Inception 2010, Mr.Robot S01E02, tt0133093…" >
<button type="submit" class="btn">Chercher</button>
</form>
<a class="nav-link" href="https://www.themoviedb.org/" target="_blank" rel="noopener">TMDB</a>
</header>
<main id="main">
<section id="status" class="status hidden"></section>
<section id="results" class="results"></section>
</main>
<dialog id="detail" class="detail">
<button type="button" class="close" aria-label="Fermer" data-action="close">×</button>
<div id="detail-body" class="detail-body"></div>
</dialog>
<footer class="footer">
<span id="footer-text">proxytmdb · Cache local TMDB + notes IMDb</span>
</footer>
<script type="module" src="/app.js"></script>
</body>
</html>