20 lines
483 B
HTML
20 lines
483 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>DashBoard</title>
|
|
<link rel="stylesheet" href="dashboard.css"/>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
|
|
</div>
|
|
</div>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
|
|
<footer><p>© 2023 Password Manager</p></footer>
|
|
|
|
</html> |