Files
beef/extensions/admin_ui/controllers/authentication/index.html
passbe 6ad9287f03 Added BeEF logo to authentication page
git-svn-id: https://beef.googlecode.com/svn/trunk@1038 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-06-28 11:09:48 +00:00

32 lines
653 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 {
width:350px;
height:300px;
top:50%;
left:50%;
position:absolute;
margin-top:-250px;
margin-left:-175px;
}
#beef-logo {
margin:0 0 20px 75px;
}
</style>
</head>
<body>
<div id="centered"><img id="beef-logo" src="/ui/media/images/beef.png" alt="BeEF - The Browser Exploitation Framework" /></div>
</body>
</html>