PUBLISH: 404

This commit is contained in:
Campbell Alden 2022-08-27 12:46:13 +09:00
parent a329072d9f
commit 8a0e0f3bc3
2 changed files with 69 additions and 0 deletions

47
docs/404.html Normal file
View file

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html><head>
<title>404 Page not found</title>
<meta property="og:title" content="404 Page not found" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://caalden.github.io/film/404.html" />
<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">
<link rel="stylesheet" href="/film/card.css">
<link rel="stylesheet" href="/film/review.css">
<link rel="stylesheet" href="/film/quick_look.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Merriweather:wght@400;700&family=Rufina&display=swap" rel="stylesheet">
</head>
<body><header class="header">
<h2>CaAlden: <span class="color:accent">Films</span></h2><nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item button:large">
<a href="https://caalden.github.io/film/about" class="button button:large color:invert">about</a>
</li>
<li class="button:large">
<a href="https://caalden.github.io/film/" class="button button:large color:invert">home</a>
</li>
</ul>
</nav>
</header>
<main id="content">
<section class="http-page">
<header class="http-header">
<h1 title="404" class="http-status">4📀4</h1>
</header>
<p>The page you were looking for could not be found</p>
</section>
</main><footer>
<span></span>
</footer>
</body>
</html>