20 lines
489 B
HTML
20 lines
489 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>PassMate: Wise Men</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="Bring home security this year">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" href="wisemen.css">
|
|
</head>
|
|
|
|
<body>
|
|
<img src="wisemen.png">
|
|
<h2>Bring home security this year</h2>
|
|
<h1><a href="https://passmate.io/">PassMate</a></h1>
|
|
</body>
|
|
|
|
</html>
|