diff options
Diffstat (limited to 'contrib/fcfsd/fcfsd-notfound.html')
-rw-r--r-- | contrib/fcfsd/fcfsd-notfound.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/fcfsd/fcfsd-notfound.html b/contrib/fcfsd/fcfsd-notfound.html new file mode 100644 index 000000000..676bf4a9a --- /dev/null +++ b/contrib/fcfsd/fcfsd-notfound.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Not Found - GNUnet FCFS Authority Name Registration Service</title> + </head> + <body> + <h1>The requested resource could not be found</h1> + </body> +</html> |