pwgen-for-bios/hero.html

55 lines
2.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2012-01-26 08:56:14 -05:00
<meta charset="utf-8" />
2012-08-12 12:10:04 -04:00
<meta name="keywords" content="bios, password, bypass, master password, generate, generator, laptop, notebook, computer, phoenix, insydeh20, sony, samsung, acer, dell, compaq, backdoor, laptop, fujitsu-siemens, hp, hewlett packard" />
<meta name="keywords" content="Recover laptops with lost BIOS password" />
<title>BIOS Master Password Generator for Laptops</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
2012-01-26 08:56:14 -05:00
<link href="bootstrap.min.css" rel="stylesheet" />
<style type="text/css">
</style>
2012-01-26 08:56:14 -05:00
<script type="text/javascript" src="decrypt_bios.min.js"></script>
<script type="text/javascript" src="ui.min.js" ></script>
</head>
<body>
<div class="topbar">
<div class="fill">
<div class="container">
2012-08-12 12:10:04 -04:00
<a class="brand" href="#">Clear unknown BIOS passwords</a>
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
2012-08-12 12:11:56 -04:00
<li><a href="https://github.com/bacher09/pwgen-for-bios">Sources</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="hero-unit">
<h1></h1>
2012-08-12 12:10:04 -04:00
<p>BIOS Password Removal for Laptops</p>
Quick and easy way to bypass BIOS passwords on laptops. More details <a href="http://dogber1.blogspot.com/2009/05/table-of-reverse-engineered-bios.html">here</a>.
</div>
2012-01-19 16:31:00 -05:00
<div class="row" >
2012-01-19 17:13:54 -05:00
<div id="control_id" >
2012-08-12 12:10:04 -04:00
<h2>Enter your code</h2><br/>
<form name="pwgen" id="form_id">
2012-01-19 19:48:48 -05:00
<input placeholder="Code" type="text" name="serial" id="serial_id" onkeypress="enterPress(event);" />
<br/><br/>
2012-08-12 12:10:04 -04:00
<input type="button" class="btn primary" name="serial" id="button_id" value="Get password" onclick="calcPass()" />
</form>
2012-01-19 16:31:00 -05:00
</div>
2012-01-19 17:13:54 -05:00
<div id="result_id">
2012-01-19 14:59:06 -05:00
<span class="label important" style="display: none;" id="try_this">Try this:</span><br/>
2012-01-19 17:13:54 -05:00
<div id="answer">
2012-01-19 14:59:06 -05:00
</div>
</div>
</div>
<footer style="text-align: center;">
</footer>
</div>
</body>
</html>