diff options
-rw-r--r-- | docs/404.html | 26 | ||||
-rw-r--r-- | docs/404.txt | 3 | ||||
-rw-r--r-- | src/404.md | 3 |
3 files changed, 32 insertions, 0 deletions
diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 0000000..1c1bf17 --- /dev/null +++ b/docs/404.html @@ -0,0 +1,26 @@ +<!DOCTYPE HTML> +<html lan="en"> +<head> +<title>404 | Carbs Linux</title> +<link rel="stylesheet" href="/assets/style.css"> +<meta charset="utf-8"> +<meta name="Description" content="Carbs Linux - a simple busybox linux distribution"> +<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> +</head> +<p class=header><strong>Carbs Linux - a simple busybox linux distribution</strong></p> +<div class="header"><nav> +<a href='/'>index</a> +<a href='https://github.com/CarbsLinux'>github</a> +<a href='//dl.carbslinux.org'>downloads</a> +<a href='/blog'>blog</a> +<a href='/wiki'>wiki</a> +<a href='/wiki/install.html'>installation</a> +</nav></div><div class="border"></div> +<h1>404</h1> + +<p>Requested page not found.</p> +<a href="/404.txt">View Page Source</a><div class=border></div> +<p class=footer>Linux® is a registered trademark of Linus Torvalds</p> +<p class=footer>Copyright © 2019-2020 Cem Keylan</p> +</body> +</html> diff --git a/docs/404.txt b/docs/404.txt new file mode 100644 index 0000000..afd5166 --- /dev/null +++ b/docs/404.txt @@ -0,0 +1,3 @@ +# 404 + +Requested page not found. diff --git a/src/404.md b/src/404.md new file mode 100644 index 0000000..afd5166 --- /dev/null +++ b/src/404.md @@ -0,0 +1,3 @@ +# 404 + +Requested page not found. |