1 Star 0 Fork 12

阿秋 / demoui

forked from 薛定谔的代码 / demoui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.83 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
12321 提交于 2017-05-08 15:39 . 23112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>登陆</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/AdminLTE.min.css">
<link rel="stylesheet" href="css/skins/_all-skins.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<script data-baseurl="./" data-main="js/index" src="js/libs/require.js"></script>
</head>
<body class="hold-transition login-page">
<div class="login-logo">
</div>
<div class="login-box">
<div class="box box-primary"><form method="post" id="login_form" >
<div class="box-header with-border">
<h3 class="box-title">登陆</h3>
</div>
<div class="box-body">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-user"></i></span>
<input type="text" class="form-control" name="username" placeholder="登陆账号" />
</div>
</div>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa fa-lock"></i></span>
<input type="password" class="form-control" name="password" placeholder="输入密码" />
</div>
</div>
</div>
<div class="box-footer">
<!--<button type="button" class="btn btn-default">Cancel</button>-->
<button type="submit" class="btn btn-info pull-right">登陆</button>
</div>
</form>
</div>
</div>
</body>
</html>
HTML
1
https://gitee.com/wisdom_QQ/demoui.git
git@gitee.com:wisdom_QQ/demoui.git
wisdom_QQ
demoui
demoui
master

搜索帮助

14c37bed 8189591 565d56ea 8189591