···2323 </div>2424 <div class="italic text-lg">2525 tightly-knit social coding, <a href="/login" class="underline inline-flex gap-1 items-center">join now <i data-lucide="arrow-right" class="w-4 h-4"></i></a>2626- <p class="pt-5 px-10 text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC on <code>#tangled</code> on Libera Chat for an invite!2727- Want to know more? Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>2626+ <p class="pt-5 px-10 text-sm text-gray-500">Join our IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>.2727+ Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>2828 </div>2929</div>3030{{ end }}
+6-4
appview/pages/templates/user/login.html
···1313 </head>1414 <body class="flex items-center justify-center min-h-screen">1515 <main class="max-w-64">1616- <h1 class="text-center text-2xl font-semibold italic">tangled</h1>1616+ <h1 class="text-center text-2xl font-semibold italic">1717+ tangled1818+ </h1>1719 <form1820 class="w-full"1921 hx-post="/login"···4442 >4543 <span>login</span>4644 </button>4747-4845 </form>4949- <p class="text-sm text-gray-500">Repository creation is currently invite-only. Join our IRC on <code>#tangled</code> on Libera Chat for an invite!</p>5050- <p class="text-sm text-gray-500 pt-2">Read an introduction to Tangled <a href="https://blog.tangled.sh/intro">here</a>.</p>4646+ <p class="text-sm text-gray-500">4747+ Join our IRC channel: <a href="https://web.libera.chat/#tangled"><code>#tangled</code> on Libera Chat</a>.4848+ </p>5149 <p id="login-msg" class="error w-full"></p>5250 </main>5351 </body>