scripts and tools to administer the lingy.in public unix / tilde
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

14 строки
244B

  1. <!DOCTYPE html>
  2. <head>
  3. <title>userreq</title>
  4. <link rel="stylesheet" href="{{url_for('static',filename='main.css')}}">
  5. </head>
  6. <h1>铃音</h1>
  7. <body>
  8. <div class="container">
  9. {%block content%}
  10. {%endblock%}
  11. </div>
  12. </body>
  13. </html>