Files
passmate/index.html

18 lines
432 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>
<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">
<script src="passmate.js" async></script>
2018-11-18 23:19:17 +00:00
</head>
<body>
</body>
</html>