mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	added password.html template
This commit is contained in:
		
							
								
								
									
										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>
 | 
			
		||||
		Reference in New Issue
	
	Block a user