mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
stub out angular app with webpack
This commit is contained in:
11
src/index.html
Normal file
11
src/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>bitwarden</title>
|
||||
</head>
|
||||
<body class="container">
|
||||
<my-app></my-app>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user