14 lines
213 B
HTML
14 lines
213 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>PassMate</title>
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" href="passmate.css">
|
|
<script src="passmate.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html>
|