decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
at main 43 lines 1.7 kB view raw
1<!doctype html> 2<html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>ligo.at: decentralized links page</title> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <link rel="stylesheet" href="{{ url_for('static', filename='inter.css') }}" /> 8 <link rel="stylesheet" href="{{ url_for('static', filename='profile/default.css') }}" /> 9 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" /> 10 <link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='favicon-16.png') }}" /> 11 <link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='favicon-32.png') }}" /> 12 <link rel="icon" type="image/png" sizes="48x48" href="{{ url_for('static', filename='favicon-48.png') }}" /> 13 </head> 14 <body> 15 <div class="wrapper home"> 16 <header> 17 <h1>ligo.at</h1> 18 <span class="tagline"> 19 <a href="https://en.wiktionary.org/wiki/ligo#Esperanto" target="_blank">Esperanto</a>: 20 (noun) connection 21 </span> 22 </header> 23 <p> 24 Get your own decentralized and personalizable links page for all your social profiles. 25 Build on top of 26 <a href="https://atproto.com/">AT Protocol</a>. 27 </p> 28 <p> 29 ligo.at is still in active development. Schemas and lexicons may change at any time. 30 If you want to give it a try: 31 </p> 32 <p> 33 <a href="{{ url_for('page_login') }}">login</a> 34 </p> 35 <footer> 36 {% include "_footerlinks.html" %} 37 <p> 38 Made by <a href="/@nauta.one">@nauta.one</a><br /> 39 </p> 40 </footer> 41 </div> 42 </body> 43</html>