aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
blob: ab5b34a47d8c73ba84b305e9378b1dd6b89c65b1 (plain)
1
2
3
4
5
6
7
8
9
10
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>