12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title></title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="">
- </head>
- <body>
- {% for item in list_result %}
- --------------------------------------------------
- <h4><font color = #008080> {{ date }} </font color></h4>
- <h3><font color = #0000FF> {{ item.time }} : ( {{item.ip}} : <font color = #8B0000> {{ item.good_ping }} / {{ count }} ) </font></h2>
- <br />
- {% endfor %}
- </body>
- </html>
|