Skip to content

Commit

Permalink
update welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbiao committed Oct 8, 2019
1 parent c63e655 commit 68ef8c4
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion template/pages/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
<head>
<meta charset="UTF-8">
<title>控制台</title>
<link rel="stylesheet" href="${.ctx}/statics/css/bootstrap.min.css">
</head>
<body>
欢迎登录系统管理平台
<div class="container">
<h1 class="text-center">欢迎登录系统管理平台</h1>
<div class="row">
<div class="panel panel-default">
<div class="panel-heading">项目介绍</div>
<div class="panel-body">
<p>gmanager基于gf框架的管理平台支持登录认证组织机构用户角色菜单日志</p>
<p>github地址<a href="https://github.com/goflyfox/gmanager" target="_blank">https://github.com/goflyfox/gmanager</a></p>
<p>gitee地址<a href="https://gitee.com/goflyfox/gmanager" target="_blank">https://gitee.com/goflyfox/gmanager</a></p>
</div>

</div>
</div>

</div>

</body>
</html>

0 comments on commit 68ef8c4

Please sign in to comment.