bitwarden-estensione-browser/src/popup/index.html

15 lines
367 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>