skip to Main Content

Multi Domain with single login,

I have been planning to create a laravel+vuejs apps stretching across subdomains (presentation creator, forms creator, polls creator etc.,each in a subdomain) and will have 2 version of the same web app (indian version with different languages and content and…

VIEW QUESTION

Simple HTML and JS login page not working, unable to fetch email and password fields on button click-Twitter bootstrap

<!doctype html> </html> <head> <title> </title> <link href="../assets/css/bootstrap.css" rel="stylesheet"> <link href="sigin-style.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> </head> <body> <div class="container-fluid px-1 px-md-5 px-lg-1 px-xl-5 py-5 mx-auto"> <div class="card card0 border-0"> <div class="row d-flex"> <div class="col-lg-6"> <div class="card1 pb-5"> <div class="row"> </div>…

VIEW QUESTION
Back To Top
Search