aboutsummaryrefslogtreecommitdiffhomepage
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/404.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/content/404.html b/content/404.html
deleted file mode 100644
index bd00a94..0000000
--- a/content/404.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html lang="ja-JP">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="author" content="nsfisis">
- <meta name="copyright" content="&copy; 2021 nsfisis">
- <link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Page Not Found | REPL: Rest-Eat-Program Loop</title>
- <link rel="stylesheet" href="/style.css">
- </head>
- <body class="list">
- <header class="header">
- <nav class="nav">
- <p class="logo">
- <a href="/">REPL: Rest-Eat-Program Loop</a>
- </p>
- </nav>
- </header>
- <main class="main">
- <article>
- <div class="not-found">
- 404
- </div>
- </article>
- </main>
- <footer class="footer">
- &copy; 2021 nsfisis
- </footer>
- </body>
-</html>