mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-11 04:59:21 +08:00
13 lines
284 B
Go
13 lines
284 B
Go
|
<!doctype html>
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>管理后台</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../static/css/basic.css">
|
||
|
<script src="../static/js/filter.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>利润统计</h1>
|
||
|
</body>
|
||
|
</html>
|