added password.html template

This commit is contained in:
Alex Booker 2015-08-14 13:27:14 +01:00
parent 8227cfb1c4
commit cdda78f411

27
password.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Generate Password</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<style>
.container {
margin: 30px;
max-width: 600px;
}
</style>
</head>
<body>
<div class="container">
<h1>
<a href="https://www.privacytools.io">
<img src="img/layout/logo.png" alt="privacytools.io" class="img-responsive">
</a>
</h1>
<h1></h1>
<h1>Secure Password Generator</h1>
</div>
</body>
</html>