bitwarden-browser/apps/browser/src/autofill/overlay/pages/list/list.html

13 lines
319 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Bitwarden vault</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="color-scheme" content="normal" />
</head>
<body>
<autofill-overlay-list></autofill-overlay-list>
</body>
</html>