scripts and tools to administer the lingy.in public unix / tilde
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

16 řádky
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>