]> git.bochard.net Git - mysite.git/commitdiff
added 404 page
authorbocharudo <hello@tenkyuu.dev>
Tue, 19 Nov 2024 00:36:41 +0000 (08:36 +0800)
committerbocharudo <hello@tenkyuu.dev>
Tue, 19 Nov 2024 00:36:41 +0000 (08:36 +0800)
404.html [new file with mode: 0644]
_redirects [deleted file]

diff --git a/404.html b/404.html
new file mode 100644 (file)
index 0000000..89b127a
--- /dev/null
+++ b/404.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>404 Page Not Found</title>
+</head>
+<body>
+  <h1>404</h1>
+  <p>Page Not Found.</p>
+</body>
+</html>
\ No newline at end of file
diff --git a/_redirects b/_redirects
deleted file mode 100644 (file)
index 85563c9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/projects /projects/palindrome-checker 301
\ No newline at end of file