Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:pain
> ./lib/pain_web/components/layouts/root.html.heex
Lenses
(coming soon!)
<!DOCTYPE html>
<html lang="en" class="[scrollbar-gutter:stable]" data-theme="emerald">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="csrf-token" content={get_csrf_token()} />
<.live_title suffix=" · Phoenix Framework">
<%= assigns[:page_title] || "Pain" %>
</.live_title>
<link phx-track-static rel="stylesheet" href={~p"/assets/css/lib.css"} />
<link phx-track-static rel="stylesheet" href={~p"/assets/css/app.css"} />
<script defer phx-track-static type="module" src={~p"/assets/js/app.js"}>
</script>
</head>
<body class="antialiased">
<%= @inner_content %>
</body>
</html>