bitwarden-estensione-browser/src/index.html

23 lines
717 B
HTML
Raw Normal View History

2015-12-09 04:35:05 +01:00
<!DOCTYPE html>
2018-06-05 03:55:38 +02:00
<html>
2015-12-09 04:35:05 +01:00
2018-06-05 03:55:38 +02:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#3c8dbc">
<base href="/" />
<title page-title>Bitwarden Web Vault</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png">
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#3c8dbc">
<link rel="manifest" href="manifest.json">
2015-12-09 04:35:05 +01:00
</head>
2018-06-05 03:55:38 +02:00
<body>
2015-12-09 04:35:05 +01:00
</body>
2018-06-05 03:55:38 +02:00
</html>