28 lines
		
	
	
		
			524 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			28 lines
		
	
	
		
			524 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!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>
							 |