film/docs/reviews/index.html
2022-08-17 18:21:14 +09:00

30 lines
678 B
HTML

<!DOCTYPE html>
<html><head>
<title>Reviews</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎥</text></svg>">
</head>
<body><header>
<h1>CaAlden: Films</h1>
</header>
<main id="content">
<article>
<header>
<h1>Reviews</h1>
</header>
</article>
<ul>
<li>
<a href="http://example.org/reviews/the-french-dispatch/">2022-08-17 | The French Dispatch</a>
</li>
</ul>
</main><footer>
</footer>
</body>
</html>