first commit

This commit is contained in:
2026-02-17 13:06:23 +08:00
commit 7cbd3d061d
349 changed files with 126558 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<html>
<head>
<style type="text/css">
.box{width:300px; text-align:center; font-szie:18px;}
.box img {width:100%;}
body{text-align:center}
#aa{display:block;
position:relative;
margin:auto;
}
</style>
<meta charset="utf-8">
<title>错误</title>
</head>
<body>
<div class="box" id="aa">
{{.showlog}}
</div>
</body>
</html>