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:op
> ./lib/op_web/components/layouts/root.html.heex
Lenses
(coming soon!)
<!DOCTYPE html>
<html data-theme="dim" lang="en" class="[scrollbar-gutter:stable]">
<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=" · Operand Company">
<%= assigns[:page_title] || "Op" %>
</.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>
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
</head>
<body class="antialiased">
<%= @inner_content %>
<!--
<%= if Compile.mix_env == "prod" do %>
<script defer id="plausible" data-domain="operand.online" src="https://session.place/js/script.outbound-links.compat.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<% end %>
-->
</body>
</html>