1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-24 12:13:15 +00:00
Files
desktop/src/index.html
2018-01-30 20:03:41 -05:00

13 lines
238 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></app-root>
</body>
</html>