mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-12 10:04:44 +01:00
15 lines
319 B
HTML
15 lines
319 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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"></i></div>
|
|
</app-root>
|
|
</body>
|
|
</html>
|