公告板
版本库
filestore
活动
搜索
登录
main
/
cylsg
川印临时工
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master' into cyronghe
移动系统liao
2025-02-08
8c8404c55a863844cc674a8bedb2cfdb92c1c288
[cylsg.git]
/
cylsg
/
cylsg.Web.Entry
/
Views
/
Shared
/
_Layout.cshtml
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewData["Title"] - Furion</title>
</head>
<body>
@RenderBody()
</body>
</html>