github.com/llimllib/devd@v0.0.0-20230426145215-4d29fc25f909/templates/404.html (about)

     1  <html>
     2      <head>
     3          <style>
     4              p {
     5                  padding: 20px;
     6                  font-size: 3em;
     7              }
     8              .footer {
     9                  width: 100%;
    10                  margin-top: 2em;
    11                  text-align: right;
    12                  font-style: italic;
    13              }
    14          </style>
    15      </head>
    16      <body>
    17          <p>404: Page not found</p>
    18          <div class="footer">
    19              {{ .Version }}
    20          </div>
    21      </body>
    22  </html>