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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
371 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>
<div id="loading"><i class="bwi bwi-spinner bwi-spin bwi-3x" aria-hidden="true"></i></div>
2018-04-11 03:54:20 +02:00
</app-root>
</body>
</html>