git-svn-id: https://beef.googlecode.com/svn/trunk@503 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
36 lines
549 B
HTML
36 lines
549 B
HTML
<html>
|
|
<head>
|
|
<title>BeEF Authentication</title>
|
|
|
|
<%= script_tag 'ext-base.js' %>
|
|
<%= script_tag 'ext-all.js' %>
|
|
<%= script_tag 'ui/authentication.js' %>
|
|
|
|
<%= stylesheet_tag 'ext-all.css' %>
|
|
|
|
<style>
|
|
#centered {
|
|
left:50%;
|
|
top:50%;
|
|
margin:-120px 0 0 -200px;
|
|
position:fixed;
|
|
}
|
|
</style>
|
|
|
|
<!--[if IE]>
|
|
<style>
|
|
#centered {
|
|
position:absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -120px;
|
|
margin-left: -200px;
|
|
}
|
|
</style>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body bgcolor="#DEE7F6">
|
|
<div id="centered"></div>
|
|
</body>
|
|
</html> |