1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00
bitwarden-browser/src/index.html
Kyle Spearrin f7b8bef465 os style
2018-01-23 20:28:54 -05:00

13 lines
253 B
HTML

<!DOCTYPE html>
<html class="__OS__">
<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>