scripts and tools to administer the lingy.in public unix / tilde
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
342B

  1. <!DOCTYPE html>
  2. <head>
  3. <title>LAINTILDE0</title>
  4. <link rel="stylesheet" href="{{url_for('static',filename='main.css')}}">
  5. </head>
  6. <h1>lingy.in</h1>
  7. <body>
  8. <div class="container">
  9. {%block content%}
  10. {%endblock%}
  11. </div>
  12. </body>
  13. <footer>admin: <a href="email:gashapwn@protonmail.com">gashapwn@protonmail.com</a></footer>
  14. </html>