From 34c904c52b6baffb5b761f6eb211a52b900d4ba4 Mon Sep 17 00:00:00 2001 From: andrews-tech <45342431+andrewstech@users.noreply.github.com> Date: Thu, 11 Feb 2021 20:43:30 +0000 Subject: [PATCH] Added 404 page to site (#16496) --- package-lock.json | 2 +- package.json | 2 +- source/404.markdown | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 source/404.markdown diff --git a/package-lock.json b/package-lock.json index 2bb3d6a9641..631b1bc547b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3064,4 +3064,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index f6e9fe9fab1..9024bd4959a 100644 --- a/package.json +++ b/package.json @@ -22,4 +22,4 @@ "textlint:all": "textlint source", "textlint": "textlint source/_cookbook source/_docs source/_faq source/_integrations source/_lovelace source/cloud source/getting-started source/hassio source/lovelace" } -} +} \ No newline at end of file diff --git a/source/404.markdown b/source/404.markdown new file mode 100644 index 00000000000..f982cbd462f --- /dev/null +++ b/source/404.markdown @@ -0,0 +1,10 @@ +--- +# example 404.md + +layout: page +permalink: /404.html +--- + +# Are you lost? + +Hello automator it appears the page you have requested doesn't exist. If you believe this is a mistake then open an issue by clicking [here](https://github.com/home-assistant/home-assistant.io/issues).