lyadmin/templates/index.html

17 lines
413 B
HTML
Raw Normal View History

2020-11-26 01:14:59 -05:00
{%extends "main_layout.html"%}
2020-11-21 20:13:47 -05:00
{%block content %}
<div class="home_blurb">
2020-11-26 01:14:59 -05:00
<p>lingy.in is a public unix / tilde instance for lainons</p>
<p><b>current thread: </b><a href="https://lainchan.org/tech/res/34563.html">https://lainchan.org/tech/res/34563.html</a></p>
<p>sign up</p>
<p>rules</p>
<p>git</p>
2020-11-21 20:13:47 -05:00
<p>users</p>
<ol>
<li>gashapwn</li>
<li>china probably</li>
</ol>
</div>
{%endblock%}