default-app/html/error.html

Wed, 24 Nov 2021 16:18:11 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 24 Nov 2021 16:18:11 +0000
changeset 9
e5f706093df7
parent 0
6279a7d40ae7
permissions
-rw-r--r--

Bump Prosody to 85d51bfcf56b (for util.openmetrics change)

<!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