31 lines
807 B
HTML
31 lines
807 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>">
|
|
<link rel="stylesheet" href="/film/style.css">
|
|
</head>
|
|
<body><header>
|
|
<h2 class="color:invert bg:secondary">CaAlden: <span class="color:accent">Films</span></h2>
|
|
</header>
|
|
<main id="content">
|
|
<article>
|
|
<header>
|
|
<h1>Reviews</h1>
|
|
</header>
|
|
|
|
|
|
</article>
|
|
<ul>
|
|
|
|
|
|
<li>
|
|
<a href="https://caalden.github.io/film/reviews/the-french-dispatch/">2022-08-17 | The French Dispatch</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</main><footer>
|
|
</footer>
|
|
</body>
|
|
</html>
|