diff options
Diffstat (limited to 'templates/404.html')
| -rw-r--r-- | templates/404.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..ab5b34a --- /dev/null +++ b/templates/404.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" /> + </head> + <body> + <div class="container"> + <p>No packages found under: "{{ .Path }}".</p> + </div> + </body> +</html> |