Label input fields. Explicitly set colors and charset.

Issue #10
This commit is contained in:
Ian Gulliver
2018-12-02 06:35:05 +00:00
parent c6e642e93a
commit 3a17bb8338
3 changed files with 11 additions and 6 deletions

View File

@@ -3,11 +3,12 @@
<head>
<title>PassMate</title>
<meta name="Description" content="Generate secure, unique password books to print at home">
<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="true"></script>
<script src="passmate.js" async></script>
</head>
<body>