diff options
| author | seth <[email protected]> | 2023-01-07 02:34:34 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-07 02:34:34 -0500 |
| commit | 445ace8236270fd31b90bb70420b85783f91cc4e (patch) | |
| tree | c7ab4e54174f0955c7fcda5f2841152ec32c9e7a /src/404.html | |
| parent | a0390f51c9cd695b8ab6629234f29adcd4fc61c5 (diff) | |
feat: add funni gifs
Diffstat (limited to 'src/404.html')
| -rw-r--r-- | src/404.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/404.html b/src/404.html index 82b8bc4..2c3441c 100644 --- a/src/404.html +++ b/src/404.html @@ -1,17 +1,17 @@ <!DOCTYPE html> <html> + <head> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <title>guzzle guzzle</title> + <meta name="description" content="seth's server for random stuff" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="stylesheet" href="css/guzzle.css" /> + </head> -<head> - <meta charset="utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <title>guzzle guzzle</title> - <meta name="description" content="seth's server for random stuff" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="stylesheet" href="css/guzzle.css" /> -</head> - -<body> - <p>uh that file isn't here. maybe try again? (404 error)</p> -</body> - + <body> + <div id="container"> + <p>uh that file isn't here. maybe try again? (404 error)</p> + </div> + </body> </html> |
