Files
passmate/index.html

15 lines
283 B
HTML
Raw Normal View History

2018-11-18 23:19:17 +00:00
<html>
<head>
<title>PassMate</title>
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"></script>
</head>
<body>
</body>
</html>