Initial commit

This commit is contained in:
Ian Gulliver
2018-11-18 23:19:17 +00:00
parent 638dc1f585
commit 5aa43f0b2e
4 changed files with 410 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>PassMate</title>
<link rel="stylesheet" href="passmate.css">
<script src="passmate.js"></script>
</head>
<body>
</body>
</html>