Files
passmate/index.html

21 lines
795 B
HTML
Raw Normal View History

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-11-21 07:53:38 +00:00
<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-21 07:53:38 +00:00
<link rel="preload" href="copernicus-semibold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="inconsolata-bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="proxima-nova-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="proxima-nova-semibold.woff2" as="font" type="font/woff2" crossorigin>
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-11-21 15:27:01 +00:00
<script src="passmate.js" async="true"></script>
2018-11-18 23:19:17 +00:00
</head>
<body>
</body>
</html>