Files
passmate/index.html
2018-12-08 01:15:12 +00:00

27 lines
744 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>PassMate</title>
<meta charset="UTF-8">
<meta name="description" content="Generate secure, unique password books to print at home">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="passmate.css">
<script src="passmate.js" async></script>
<!-- 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>
</head>
<body>
</body>
</html>