I'm trying to create a static landing page (for seo) which will refer to my angualrjs admin pages when users log in (the login screen & registration is part of the angular side). But the redirect is not working, I can't see the angular pages.
I've created the following folder structure:
index.html (static landing page)
-- view -- index.html (angular)
-- view\registration\registration.html (angular)
-- view\login\login.html (angular)
Am I taking the right approach? Can it be done?