2017-11-23 12:26:22 +01:00
|
|
|
<!doctype html>
|
2017-12-19 18:34:00 +01:00
|
|
|
<html>
|
2017-12-11 14:47:52 +01:00
|
|
|
|
2017-12-19 18:34:00 +01:00
|
|
|
<head>
|
2018-02-23 11:36:51 +01:00
|
|
|
<script src="https://apis.google.com/js/platform.js"></script>
|
|
|
|
|
2017-12-19 18:34:00 +01:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
2019-09-16 17:46:19 +02:00
|
|
|
<!-- <title>Data Management Plans Creator</title> -->
|
2017-12-11 14:47:52 +01:00
|
|
|
<base href="/">
|
|
|
|
<meta name="csrf-token" content="2c64def7de30197c40276fe1a7ea874ca8871f70be7d7dc3305465a4d5c565e4">
|
2017-12-19 18:34:00 +01:00
|
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
|
2017-12-11 14:47:52 +01:00
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
2018-01-09 12:31:01 +01:00
|
|
|
<script src="//connect.facebook.net/en_US/all.js"></script>
|
2018-11-27 18:33:17 +01:00
|
|
|
<script type="text/javascript" src="//platform.linkedin.com/in.js"></script>
|
2019-04-24 11:26:53 +02:00
|
|
|
<!-- Fonts and icons -->
|
|
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
|
2020-10-23 09:49:09 +02:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,300|Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone' rel='stylesheet' type='text/css'>
|
2019-04-24 11:26:53 +02:00
|
|
|
<!-- Hammer.js -->
|
2017-12-11 14:47:52 +01:00
|
|
|
|
2017-12-18 16:55:12 +01:00
|
|
|
</head>
|
2017-12-19 18:34:00 +01:00
|
|
|
|
2017-11-23 12:26:22 +01:00
|
|
|
<body>
|
2017-12-18 16:55:12 +01:00
|
|
|
<app-root></app-root>
|
2017-11-23 12:26:22 +01:00
|
|
|
</body>
|
2017-12-11 14:47:52 +01:00
|
|
|
|
2018-11-27 18:33:17 +01:00
|
|
|
</html>
|