initial commit

This commit is contained in:
Antoine Ouvrard
2020-11-23 10:28:32 +01:00
commit d3277d6563
283 changed files with 78127 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<script>
window.opener
&& window.opener.postMessage({
type: 'ms-login',
url: window.location.href
}, window.location.origin);
</script>
</body>
</html>