···1414 <div class="wrapper home">
1515 <header>
1616 <h1>ligo.at</h1>
1717+ <span class="tagline">alpha software</span><br>
1718 <span class="tagline">(noun) connection</span>
1819 </header>
1920 <p>
2020- Get your own links page for all your social profiles. Decentralized thanks to
2121+ Get your own decentralized and personalizable links page for all your social profiles.
2222+ Build on top of
2123 <a href="https://atproto.com/">AT Protocol</a>.
2224 </p>
2325 <p>
2424- Coming soon!
2626+ ligo.at is still in active development. Schemas and lexicons may change at any time.
2727+ If you want to give it a try:
2828+ </p>
2929+ <p>
3030+ <a href="{{ url_for('page_login') }}">login</a>
2531 </p>
2632 <footer>
2727- Made by <a href="/@nauta.one">@nauta.one</a>
3333+ <p>
3434+ <a href="https://tangled.org/@ligo.at/core" target="_blank">source code</a>
3535+ <span>·</span>
3636+ <a href="{{ url_for('page_terms') }}">terms of service</a>
3737+ </p>
3838+ <p>
3939+ Made by <a href="/@nauta.one">@nauta.one</a><br />
4040+ </p>
2841 </footer>
2942 </div>
3043 </body>
+5-1
src/templates/login.html
···2525 Use your AT Protocol handle to log in.
2626 If you're unsure you can <a href="{{ url_for('oauth.oauth_start', authserver='https://bsky.social') }}">log in with Bluesky</a>.
2727 </span>
2828- <input type="submit" value="log in" />
2828+ <input type="submit" value="continue" />
2929 </form>
3030 <footer>
3131 <a href="/">home</a>
3232+ <span>·</span>
3333+ <a href="{{ url_for('page_terms') }}">terms of service</a>
3434+ <span>·</span>
3535+ <a href="https://tangled.org/@ligo.at/core" target="_blank">source code</a>
3236 </footer>
3337 </div>
3438 <!-- .wrapper -->
+62
src/templates/terms.html
···11+<!doctype html>
22+<html>
33+ <head>
44+ <meta charset="utf-8" />
55+ <title>terms of service — ligo.at</title>
66+ <meta name="viewport" content="width=device-width, initial-scale=1" />
77+ <link rel="stylesheet" href="{{ url_for('static', filename='inter.css') }}" />
88+ <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" />
99+ <link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='favicon-16.png') }}" />
1010+ <link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='favicon-32.png') }}" />
1111+ <link rel="icon" type="image/png" sizes="48x48" href="{{ url_for('static', filename='favicon-48.png') }}" />
1212+ </head>
1313+ <body>
1414+ <div class="wrapper">
1515+ <header>
1616+ <h1>terms of service</h1>
1717+ <span class="tagline">last updated: October 16th, 2025</span>
1818+ </header>
1919+2020+ <p>
2121+ Welcome to ligo.at (“we,” “our,” or “us”). By accessing or using this website (the “Service”),
2222+ you agree to these Terms of Service (“Terms”). If you do not agree, please do not use the Service.
2323+ </p>
2424+2525+ <p>
2626+ By accessing or using our Service, you agree to be bound by these Terms.
2727+ If you disagree with any part of these terms, then you may not access the Service.
2828+ </p>
2929+3030+ <p>
3131+ You retain ownership of the content you upload to the Service. By uploading content, you grant us
3232+ a non-exclusive, worldwide, royalty-free license to use, reproduce, modify, and distribute your content
3333+ as necessary to provide the Service.
3434+ </p>
3535+3636+ <p>
3737+ We reserve the right to terminate, suspend, or restrict access to your account at any time, for any reason,
3838+ or for no reason at all, at our sole discretion. This includes, but is not limited to, termination for violation
3939+ of these Terms, inappropriate conduct, spam, abuse, or any other behavior we deem harmful to the Service or other users.
4040+ </p>
4141+4242+ <p>
4343+ You agree not to use the Service to:
4444+ Violate any applicable laws or regulations.
4545+ Infringe upon the rights of others.
4646+ Upload, store, or share content that is illegal, harmful, threatening, abusive, harassing, defamatory, vulgar, obscene, or otherwise objectionable.
4747+ Engage in spam, phishing, or other deceptive practices.
4848+ Attempt to gain unauthorized access to the Service or other users' accounts.
4949+ Interfere with or disrupt the Service or servers connected to the Service.
5050+5151+ </p>
5252+5353+ <footer>
5454+ <p>
5555+ <a href="/">home</a>
5656+ <span>·</span>
5757+ <a href="https://tangled.org/@ligo.at/core" target="_blank">source code</a>
5858+ </p>
5959+ </footer>
6060+ </div>
6161+ </body>
6262+</html>