argos/dmp-frontend/src/index.html

27 lines
976 B
HTML
Raw Normal View History

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" />
2017-12-11 14:47:52 +01:00
<title>Data Management Plans Creator</title>
<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>
2017-12-11 14:47:52 +01:00
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
2017-12-14 11:41:26 +01:00
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
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>