acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
34 lines (33 loc) • 985 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Sign in to <%= brand %></title>
<link rel="stylesheet" href="<%= adminPath %>/styles/keystone.min.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<style type="text/css">
.auth0-lock-input-show-password {
margin-bottom: 10px;
}
.auth0-lock-custom-icon {
height: 14px;
}
.auth0-lock-header {
height: auto ;
}
.auth0-lock-name {
display: none;
}
</style>
</head>
<body>
<div id="signin-view"></div>
<script>
var Keystone = <%- JSON.stringify(locals) %>;
</script>
<script src="<%= adminPath %>/js/packages.js"></script>
<script src="<%= adminPath %>/js/signin.js"></script>
</body>
</html>