1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-28 10:54:54 +02:00
bitwarden-desktop/src/index.html

17 lines
504 B
HTML
Raw Normal View History

2018-01-16 21:58:17 +01:00
<!DOCTYPE html>
2018-01-31 02:03:41 +01:00
<html>
2018-01-16 20:48:34 +01:00
<head>
<meta charset="UTF-8">
2018-08-02 05:34:58 +02:00
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' 'unsafe-inline';
img-src 'self' data: *; child-src *; frame-src *; connect-src *;">
2018-01-16 20:48:34 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2018-02-10 23:07:46 +01:00
<title>Bitwarden</title>
2018-01-16 23:30:57 +01:00
<base href="">
2018-01-16 20:48:34 +01:00
</head>
2018-01-16 21:58:17 +01:00
<body>
2018-02-14 04:45:31 +01:00
<app-root>
<div id="loading"><i class="fa fa-spinner fa-spin fa-3x"></i></div>
</app-root>
2018-01-16 20:48:34 +01:00
</body>
</html>