UNPKG

scriptbox

Version:

Script box is a full VAS application

62 lines (60 loc) 3.4 kB
<!DOCTYPE html> <html lang="en"> <head><title>Sign In | Pages</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewpoint" content="width=device-width, initial-scale=1.0"> <!--Loading bootstrap css--> <link type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800"> <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Oswald:400,700,300"> <link type="text/css" rel="stylesheet" href="vendors/jquery-ui-1.10.3.custom/css/ui-lightness/jquery-ui-1.10.3.custom.css"> <link type="text/css" rel="stylesheet" href="vendors/font-awesome/css/font-awesome.min.css"> <link type="text/css" rel="stylesheet" href="vendors/bootstrap/css/bootstrap.min.css"> <!--Loading style vendors--> <link type="text/css" rel="stylesheet" href="vendors/animate.css/animate.css"> <!--Loading style--> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/style-mango.css" id="theme-style"> <link type="text/css" rel="stylesheet" href="css/style-responsive.css"> <link type="text/css" rel="stylesheet" href="css/vendors.css"> <link type="text/css" rel="stylesheet" href="css/themes/default.css" id="color-style"> <link rel="shortcut icon" href="http://www.next-themes.com/mango/code/images/favicon.ico"> </head> <body id="signin-page" class="animated bounceInDown"> <div id="signin-page-content"> <form action="http://next-themes.com/mango/code/index.html" class="form"><h1 class="block-heading">Sign In</h1> <p>Dear user, log in to access the admin area!</p> <div class="form-group"> <div class="input-icon"><i class="fa fa-user"></i><input type="text" placeholder="Username" name="username" class="form-control"></div> </div> <div class="form-group"> <div class="input-icon"><i class="fa fa-key"></i><input type="password" placeholder="Password" name="password" class="form-control"></div> </div> <div class="form-group"> <div class="checkbox"><label><input type="checkbox">&nbsp; Remember me</label></div> </div> <div class="form-group"> <button type="submit" class="btn btn-primary">Login &nbsp;<i class="fa fa-chevron-circle-right"></i></button> <a id="btn-forgot-pwd" href="#" class="mlm">Forgot your password?</a></div> <hr> <div class="create-account"><p>Don't have an account yet? &nbsp;<a id="btn-register" href="http://www.next-themes.com/mango/code/page-signup">Create an account</a></p></div> </form> </div> <script src="js/jquery-1.9.1.js"></script> <script src="js/jquery-migrate-1.2.1.min.js"></script> <script src="js/jquery-ui.js"></script> <!--loading bootstrap js--> <script src="vendors/bootstrap/js/bootstrap.min.js"></script> <script src="../../../www.next-themes.com/mango/code/vendors/bootstrap-hover-dropdown.html"></script> <script src="js/html5shiv.js"></script> <script src="js/respond.min.js"></script> <script src="vendors/jquery-cookie/jquery.cookie.js"></script> </body> </html>