Packages

Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.

Current section

Files

Jump to
raxol lib raxol_web templates error 500.html.heex
Raw

lib/raxol_web/templates/error/500.html.heex

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