template.html 711 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title></title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="">
  10. </head>
  11. <body>
  12. {% for item in list_result %}
  13. --------------------------------------------------
  14. <h4><font color = #008080> {{ date }} </font color></h4>
  15. <h3><font color = #0000FF> {{ item.time }} : ( {{item.ip}} : <font color = #8B0000> {{ item.good_ping }} / {{ count }} ) </font></h2>
  16. <br />
  17. {% endfor %}
  18. </body>
  19. </html>