FzHUEL/templates/log.html

22 lines
429 B
HTML

<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>反诈预警平台</title>
</head>
<body>
<h1>日志</h1>
{% for i in data %}
<p>{{i}}</p>
{% endfor %}
</body>
</html>