argos/dmp-frontend/src/index.html

41 lines
1.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<script src="https://apis.google.com/js/platform.js" ></script>
<meta name="google-signin-client_id" content="524432312250-vhgidft856v8qftsc81kls4c74v87d8o.apps.googleusercontent.com">
<head>
<meta charset="utf-8">
<title>Digital Management Plans - Manager</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="assets/xml2json.min.js"></script>
</head>
<body>
<script>
  function signOut() {debugger;
    var auth2 = gapi.auth2.getAuthInstance();
    auth2.signOut().then(function () {
      console.log('User signed out.');
localStorage.removeItem('currentUser');
    });
  }
</script>
<div class="panel panel-default" style="margin-top: 30px; margin-bottom: 30px; margin-right: 30px; margin-left: 30px;">
<div class="panel-heading">
<!-- <h3 class="panel-title" style="text-align: center;">Digital Management Plans Editor</h3> -->
<h3 class="panel-title" style="text-align: center;">Sing in using gmail</h3>
</div>
<div class="panel-body">
<app-root></app-root>
</div>
</div>
</body>
</html>