2017-11-23 12:26:22 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2017-12-11 14:47:52 +01:00
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Data Management Plans Creator</title>
|
|
|
|
<base href="/">
|
|
|
|
<meta name="csrf-token" content="2c64def7de30197c40276fe1a7ea874ca8871f70be7d7dc3305465a4d5c565e4">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
<meta name="google-signin-client_id" content="524432312250-vhgidft856v8qftsc81kls4c74v87d8o.apps.googleusercontent.com">
|
|
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
|
|
|
<!--
|
2017-11-23 12:26:22 +01:00
|
|
|
<script src="https://apis.google.com/js/platform.js" ></script>
|
|
|
|
-->
|
2017-12-11 14:47:52 +01:00
|
|
|
<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.css">
|
|
|
|
<!--bootstrap plugin for ToC-->
|
|
|
|
<script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- XML to json and vice versa lib -->
|
|
|
|
<script src="assets/xml2json.min.js"></script>
|
|
|
|
|
|
|
|
<!-- Json formatter lib -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/jquery.json-viewer.css">
|
|
|
|
<script src="assets/jquery.json-viewer.js"></script>
|
|
|
|
|
|
|
|
<!-- lib 4 pretty-printing xml and json -->
|
|
|
|
<script src="assets/vkbeautify.0.99.00.js"></script>
|
|
|
|
|
|
|
|
<!-- Nice BS notifications -->
|
|
|
|
<script src="assets/bootstrap-notify.min.js"></script>
|
|
|
|
|
|
|
|
<!-- that's google sign in library -->
|
|
|
|
<script src="https://apis.google.com/js/platform.js"></script>
|
|
|
|
|
|
|
|
<!-- font-awesome css -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Customized scrollbars source: https://github.com/utatti/perfect-scrollbar -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/perfect-scrollbar/perfect-scrollbar.css">
|
|
|
|
<script src="assets/perfect-scrollbar/perfect-scrollbar.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- my custom global code and css -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/custom.css">
|
|
|
|
<script src="assets/custom.js"></script>
|
|
|
|
|
2017-11-23 12:26:22 +01:00
|
|
|
|
2017-12-14 11:41:26 +01:00
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
2017-12-14 17:43:57 +01:00
|
|
|
|
2017-11-23 12:26:22 +01:00
|
|
|
</head>
|
2017-12-11 14:47:52 +01:00
|
|
|
|
2017-11-23 12:26:22 +01:00
|
|
|
<body>
|
2017-12-11 14:47:52 +01:00
|
|
|
<app-root ></app-root>
|
2017-11-23 12:26:22 +01:00
|
|
|
</body>
|
2017-12-11 14:47:52 +01:00
|
|
|
|
2017-11-23 12:13:20 +01:00
|
|
|
</html>
|