UNPKG

@okta-dfuhriman/okta-auth-js

Version:
15 lines (13 loc) 345 B
<!DOCTYPE html> <html> <head> <!-- signin widget CSS, served locally from node_modules --> <link rel="stylesheet" href="/css/okta-sign-in.min.css"> {{> styles.html }} </head> <body> {{> spa/ui.html }} <!-- main app webpack bundle --> <script src="/app-bundle.js" type="text/javascript"></script> </body> </html>