scripts and tools to administer the lingy.in public unix / tilde
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
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>