<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Raxol Application Error</title>
    <link rel="stylesheet" href={Routes.static_path(@conn, "/assets/app.css")}/>
  </head>
  <body>
    <main class="container">
      <section class="phx-hero">
        <h1>Server Error</h1>
        <p>Sorry, something went wrong on our end.</p>
      </section>
    </main>
  </body>
</html>
