1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-22 01:09:21 +01:00
bitwarden-estensione-browser/src/popup/index.html
Kyle Spearrin 60f6863e4f a11y work
2019-10-08 17:04:44 -04:00

15 lines
355 B
HTML

<!DOCTYPE html>
<html class="__BROWSER__">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bitwarden</title>
<base href="">
</head>
<body>
<app-root>
<div id="loading"><i class="fa fa-spinner fa-spin fa-3x" aria-hidden="true"></i></div>
</app-root>
</body>
</html>