diff options
| author | Fuwn <[email protected]> | 2021-09-17 18:11:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-17 18:11:53 -0700 |
| commit | 74c8426c0d5c112342cad69089b0ae76b878f67e (patch) | |
| tree | 21a23829b9bb04300761cb4f3403814484d82a3d /favicon.html | |
| download | yucky.fun-74c8426c0d5c112342cad69089b0ae76b878f67e.tar.xz yucky.fun-74c8426c0d5c112342cad69089b0ae76b878f67e.zip | |
feat(yucky.fun): push live
Diffstat (limited to 'favicon.html')
| -rw-r--r-- | favicon.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/favicon.html b/favicon.html new file mode 100644 index 0000000..1dbe251 --- /dev/null +++ b/favicon.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> +<html> + <head> + <title>404 Not Found</title> + </head> + + <body> + <h1>Not Found</h1> + <p>The requested URL /favicon.ico was not found on this server.</p> + <hr> + <address>Apache/2.4.18 (Ubuntu) Server at yucky.fun Port 80</address> + </body> +</html> |