Skip to content

Instantly share code, notes, and snippets.

@haohanyang
Last active July 21, 2023 07:35
Show Gist options
  • Save haohanyang/5bdc54e2c48a9123f05660a03e6f1d9d to your computer and use it in GitHub Desktop.
Save haohanyang/5bdc54e2c48a9123f05660a03e6f1d9d to your computer and use it in GitHub Desktop.
azure ad b2c ui
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.4.0/mdb.min.css" rel="stylesheet" />
<title>Sign in or sign up</title>
</head>
<body>
<h1>Hello</h1>
<div id="api"></div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.4.0/mdb.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment