default-app/html/error.html

Mon, 22 Nov 2021 12:16:05 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 22 Nov 2021 12:16:05 +0000
changeset 5
1925a65de6ff
parent 0
6279a7d40ae7
permissions
-rw-r--r--

Remove lua-scrypt (unmaintained and removed from Debian 11)

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Error {code}</title>
  </head>
  <body>
    <h1>Error {code}</h1>
    <h2>{long}</h2>
    <p>{text}</p>
    <code>Error instance: {id}</code>
    {internal_error&
    <h3>Debug info</h3>
    <p>The error leading up to this was:</p>
    <pre>
      {internal_error}
    </pre>
    }
  </body>
</html>

mercurial