github.com/lucasscarioca/music-stash@v0.0.0-20230829021135-a8b8893b12a5/internal/views/pages/404.html (about)

     1  {{ define "title" }} Page not found {{ end }} {{ define "body" }}
     2  <div class="flex justify-center items-center">
     3    <h1 class="text-red-600">Error 404 - Not Found</h1>
     4  </div>
     5  {{ end }}