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

15 lines
355 B
HTML
Raw Normal View History

2018-04-14 04:27:01 +02:00
<!DOCTYPE html>
<html class="__BROWSER__">
<head>
2018-04-11 03:54:20 +02:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2018-02-27 19:37:57 +01:00
<title>Bitwarden</title>
2018-04-11 03:54:20 +02:00
<base href="">
2017-10-05 21:59:45 +02:00
</head>
2018-04-11 03:54:20 +02:00
<body>
<app-root>
2019-10-08 23:04:44 +02:00
<div id="loading"><i class="fa fa-spinner fa-spin fa-3x" aria-hidden="true"></i></div>
2018-04-11 03:54:20 +02:00
</app-root>
</body>
</html>