This commit is contained in:
2026-07-15 23:04:46 +08:00
parent 4ef892e15e
commit c94b3ce200
28 changed files with 562 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
@using Microsoft.AspNetCore.Mvc.TagHelpers
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/css/table.css" asp-append-version="true" />
</head>
<body>
<div class="foot" style="margin-bottom:10px">
<a href="/">返回首页</a>
</div>
<div class="main">
@RenderBody()
</div>
</body>
</html>