diff options
Diffstat (limited to 'templates/404.html')
| -rwxr-xr-x | templates/404.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html new file mode 100755 index 0000000..66918f5 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>404 Page Not Found</title> + <link href="CSS/main.css" rel="stylesheet" type="text/css"> + <link href="favicon.ico" rel="icon" sizes="any"> + </head> + <body> + <ul class="topBar"> + <li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li> + <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li> + <li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li> + </ul> + <div class="main"> + <center> + <h1>404 Page Not Found</h1> + <p>Maybe you want to go to one of the pages in nav bar instead.</p> + </center> + </div> + </body> +</html> |
