diff options
author | Joel Kronqvist <joelkronqvist@proton.me> | 2023-06-21 14:18:27 +0300 |
---|---|---|
committer | Joel Kronqvist <joelkronqvist@proton.me> | 2023-06-21 14:18:27 +0300 |
commit | c6eb85c138c267db08103de28a3a7c6dffee6c4f (patch) | |
tree | 5c55ba312926d61a13b04b32c9b801120b92fe78 /Cont/custom-message/index.html | |
parent | 529477dc21ec03842ac55a2719b0875133d2aa43 (diff) | |
download | LYLLRuoka-c6eb85c138c267db08103de28a3a7c6dffee6c4f.tar.gz LYLLRuoka-c6eb85c138c267db08103de28a3a7c6dffee6c4f.zip |
Rescued WIP Shift, class and exception updation
Diffstat (limited to 'Cont/custom-message/index.html')
-rw-r--r-- | Cont/custom-message/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Cont/custom-message/index.html b/Cont/custom-message/index.html new file mode 100644 index 0000000..791513d --- /dev/null +++ b/Cont/custom-message/index.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html lang="fi"> + <head> + <meta charset="utf-8"> + <title>Page not found</title> + <link href="/index.css" rel="stylesheet" type="text/css"> + <link href="/non-main.css" rel="stylesheet" type="text/css"> + <link href="/404/index.css" rel="stylesheet" type="text/css"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body> + <div class="float-block"> + <h1>\(header\)</h1> + <p>\(content\)</p> + </div> + + <a class="back" href="/"><img src="/Images/back.png" alt="Takaisin etusivulle"></a> + + <footer> + <a href="https://www.github.com/JoelHMikael/FoodJS">Lähdekoodi</a> + <span>|</span> + <a href="/devs">Ota yhteyttä</a> + </footer> + + </body> +</html> |