You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. {{- partial "docs/shared" -}}
  3. <html>
  4. <head>
  5. {{ partial "docs/html-head" . }}
  6. {{ partial "docs/inject/head" . }}
  7. </head>
  8. <body>
  9. <main class="flex justify-center">
  10. <h1>404 Not Found</h1>
  11. </main>
  12. {{ partial "docs/inject/body" . }}
  13. {{ template "_internal/google_analytics_async.html" . }}
  14. </body>
  15. </html>