17 lines
415 B
HTML
17 lines
415 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="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>
|