44 lines
1.4 KiB
HTML
44 lines
1.4 KiB
HTML
<!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">
|
||
|
||
<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.css"><!--bootstrap plugin for ToC-->
|
||
<!-- add after bootstrap.min.js -->
|
||
<script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.js"></script>
|
||
<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() {
|
||
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>
|
||
</div>
|
||
<div class="panel-body">
|
||
|
||
<app-root></app-root>
|
||
</div>
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|