This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RequestCounter/templates/long.html
T
2022-02-04 11:56:21 +08:00

14 lines
284 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ title }}</title>
</head>
<body>
<div class="details">
<i>当前数字长度超过了最长统计范(10位数)围, 已将数字重置</i>
</div>
</body>
</html>