an example using contextualIdentities (#179)

This commit is contained in:
Andy McKay
2017-02-08 08:15:40 -08:00
committed by wbamberg
parent 590dac4989
commit 39cd28eb2b
7 changed files with 121 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="context.css"/>
</head>
<body>
<div class="panel">
<div id="identity-list"></div>
</div>
<script src="context.js"></script>
</body>
</html>