1 Star 0 Fork 181

ivanshi / monitor

forked from jackkang / monitor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
login.html 4.06 KB
一键复制 编辑 原始数据 按行查看 历史
jackkang 提交于 2017-06-28 15:46 . 提交代码
<!DOCTYPE html>
<!--[if IE 9 ]><html class="ie9"><![endif]-->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="format-detection" content="telephone=no">
<meta charset="UTF-8">
<meta name="description" content="Violate Responsive Admin Template">
<meta name="keywords" content="Super Admin, Admin, Template, Bootstrap">
<title>Super Admin Responsive Template</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="http://www.jq22.com/jquery/bootstrap-3.3.4.css">
<link href="css/form.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/generics.css" rel="stylesheet">
</head>
<body id="skin-blur-violate">
<section id="login">
<header>
<h1>SUPER ADMIN</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla eu risus. Curabitur commodo lorem fringilla enim feugiat commodo sed ac lacus.</p>
</header>
<div class="clearfix"></div>
<!-- Login -->
<form class="box tile animated active" id="box-login">
<h2 class="m-t-0 m-b-15">Login</h2>
<input type="text" class="login-control m-b-10" placeholder="Username or Email Address">
<input type="password" class="login-control" placeholder="Password">
<div class="checkbox m-b-20">
<label>
<input type="checkbox">
Remember Me
</label>
</div>
<button class="btn btn-sm m-r-5">Sign In</button>
<small>
<a class="box-switcher" data-switch="box-register" href="">Don't have an Account?</a> or
<a class="box-switcher" data-switch="box-reset" href="">Forgot Password?</a>
</small>
</form>
<!-- Register -->
<form class="box animated tile" id="box-register">
<h2 class="m-t-0 m-b-15">Register</h2>
<input type="text" class="login-control m-b-10" placeholder="Full Name">
<input type="text" class="login-control m-b-10" placeholder="Username">
<input type="email" class="login-control m-b-10" placeholder="Email Address">
<input type="password" class="login-control m-b-10" placeholder="Password">
<input type="password" class="login-control m-b-20" placeholder="Confirm Password">
<button class="btn btn-sm m-r-5">Register</button>
<small><a class="box-switcher" data-switch="box-login" href="">Already have an Account?</a></small>
</form>
<!-- Forgot Password -->
<form class="box animated tile" id="box-reset">
<h2 class="m-t-0 m-b-15">Reset Password</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla eu risus. Curabitur commodo lorem fringilla enim feugiat commodo sed ac lacus.</p>
<input type="email" class="login-control m-b-20" placeholder="Email Address">
<button class="btn btn-sm m-r-5">Reset Password</button>
<small><a class="box-switcher" data-switch="box-login" href="">Already have an Account?</a></small>
</form>
</section>
<!-- Javascript Libraries -->
<!-- jQuery -->
<script src="http://www.jq22.com/jquery/jquery-1.10.2.js"></script> <!-- jQuery Library -->
<!-- Bootstrap -->
<script src="http://www.jq22.com/jquery/bootstrap-3.3.4.js"></script>
<!-- Form Related -->
<script src="js/icheck.js"></script> <!-- Custom Checkbox + Radio -->
<!-- All JS functions -->
<script src="js/functions.js"></script>
</body>
</html>
HTML
1
https://gitee.com/xmoo/monitor.git
git@gitee.com:xmoo/monitor.git
xmoo
monitor
monitor
master

搜索帮助