2018-11-21 07:53:38 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2018-11-18 23:19:17 +00:00
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<title>PassMate</title>
|
2018-12-02 06:35:05 +00:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="description" content="Generate secure, unique password books to print at home">
|
2018-11-20 20:31:27 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2018-11-20 18:37:37 +00:00
|
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
2018-11-18 23:19:17 +00:00
|
|
|
<link rel="stylesheet" href="passmate.css">
|
2018-12-02 06:35:05 +00:00
|
|
|
<script src="passmate.js" async></script>
|
2018-12-08 01:15:12 +00:00
|
|
|
|
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130661405-1"></script>
|
|
|
|
|
<script>
|
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
gtag('config', 'UA-130661405-1');
|
|
|
|
|
</script>
|
2018-11-18 23:19:17 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|