mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-19 21:04:38 -05:00
added password.html template
This commit is contained in:
parent
8227cfb1c4
commit
cdda78f411
27
password.html
Normal file
27
password.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user