UNPKG

cordova-login

Version:

Cordova plugin to authenticate user

12 lines (11 loc) 300 B
<!DOCTYPE html> <html> <head> <link href="css/login.css" rel="stylesheet" type="text/css" /> <style type='text/css'>:root {--bodyBGcolor: #ffffff;--bodyTXcolor: #f25c05;}</style> </head> <body> <h2>User HOME</h2> <h5 onclick="SimpleLogin.signOut()">Logout</h5> </body> </html>