diff options
Diffstat (limited to 'res/501.html')
-rw-r--r-- | res/501.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/501.html b/res/501.html new file mode 100644 index 0000000..64b1a64 --- /dev/null +++ b/res/501.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <title>501 Not Implemented</title> + <link href="data:," rel="icon"/> + </head> + <body> + <h1> + 501 Not Implemented + </h1> + </body> +</html> |