scripts and tools to administer the lingy.in public unix / tilde
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

16 lignes
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>