This commit is contained in:
2024-05-18 15:20:45 +08:00
parent d72949213d
commit 22c1a0d75c
152 changed files with 35766 additions and 3 deletions
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>@ViewBag.Title</title>
@RenderSection("scripts", required: false)
</head>
<body>
@RenderBody()
</body>
</html>