commit e1e3e93ea0fb63a5a899dd82502a9da83f460aed parent 253dd496e8e1c04ec2f31a0298efba7c26dfa769 Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com> Date: Wed, 3 Mar 2021 14:05:35 -0800 Add 404 page Diffstat:
| A | 404.html | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/404.html b/404.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"/> + <title>404 Not Found - Physics Simulations</title> + <meta name="description" content="A collection of physics simulations"> + <meta name="viewport" content="width=device-width"> + <link rel="icon" type="image/png" href="https://ashermorgan.github.io/physics-simulations/images/favicon-32.png"> + <link rel="apple-touch-icon" href="https://ashermorgan.github.io/physics-simulations/images/favicon-128.png"> + <link rel="stylesheet" href="https://ashermorgan.github.io/physics-simulations/index.css"/> + </head> + <body> + <header> + <h1>Physics Simulations</h1> + </header> + <h2>404 Not Found</h2> + <p><a href="https://ashermorgan.github.io/physics-simulations">homepage</a></p> + </body> +</html>