mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
29 lines
991 B
HTML
29 lines
991 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=1020, initial-scale=1.0, maximum-scale=1.0" />
|
|
<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">
|
|
|
|
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
|
|
crossorigin="anonymous">
|
|
</head>
|
|
|
|
<body>
|
|
<app-root>
|
|
Loading...
|
|
</app-root>
|
|
</body>
|
|
|
|
</html>
|