bitwarden-desktop/src/index.html

15 lines
319 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">
<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>