Files
passmate/index.html
2018-11-21 15:27:01 +00:00

21 lines
795 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>PassMate</title>
<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="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>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="passmate.css">
<script src="passmate.js" async="true"></script>
</head>
<body>
</body>
</html>