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>
|
2018-06-06 15:43:28 +02:00
|
|
|
|
<meta charset="utf-8" />
|
2018-06-07 05:38:30 +02:00
|
|
|
|
<meta name="viewport" content="width=1020, initial-scale=1.0, maximum-scale=1.0" />
|
2018-06-06 15:43:28 +02:00
|
|
|
|
<meta name="theme-color" content="#3c8dbc">
|
|
|
|
|
<base href="" />
|
2018-06-05 03:55:38 +02:00
|
|
|
|
|
2018-06-06 15:43:28 +02:00
|
|
|
|
<title page-title>Bitwarden Web Vault</title>
|
2018-06-05 03:55:38 +02:00
|
|
|
|
|
2018-06-06 15:43:28 +02:00
|
|
|
|
<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">
|
|
|
|
|
|
|
|
|
|
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
|
|
|
|
|
crossorigin="anonymous">
|
2015-12-09 04:35:05 +01:00
|
|
|
|
</head>
|
|
|
|
|
|
2018-06-05 03:55:38 +02:00
|
|
|
|
<body>
|
2018-06-05 05:10:41 +02:00
|
|
|
|
<app-root>
|
|
|
|
|
Loading...
|
|
|
|
|
</app-root>
|
2015-12-09 04:35:05 +01:00
|
|
|
|
</body>
|
2018-06-05 03:55:38 +02:00
|
|
|
|
|
2018-06-06 15:43:28 +02:00
|
|
|
|
</html>
|