1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00

created home and splash pages

This commit is contained in:
Kyle Spearrin
2016-09-20 16:40:04 -04:00
parent 47b500d7c0
commit 797a18b46a
9 changed files with 94 additions and 4 deletions

View File

@@ -47,6 +47,8 @@
<script src="app/global/globalModule.js"></script>
<script src="app/global/mainController.js"></script>
<script src="app/global/tabsController.js"></script>
<script src="app/global/splashController.js"></script>
<script src="app/global/homeController.js"></script>
<script src="app/accounts/accountsModule.js"></script>
<script src="app/accounts/accountsLoginController.js"></script>