2018-11-12 21:53:36 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
<title>Ferret E2E SPA</title>
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
</head>
|
|
|
|
<body class="text-center">
|
|
|
|
<div id="root"></div>
|
2019-06-19 23:58:56 +02:00
|
|
|
<script src="https://unpkg.com/react@16.8.6/umd/react.production.min.js"></script>
|
|
|
|
<script src="https://unpkg.com/react-dom@16.8.6/umd/react-dom.production.min.js"></script>
|
|
|
|
<script src="https://unpkg.com/history@4.9.0/umd/history.min.js"></script>
|
2018-11-12 21:53:36 +02:00
|
|
|
<script src="https://unpkg.com/react-router@4.3.1/umd/react-router.js"></script>
|
|
|
|
<script src="https://unpkg.com/react-router-dom@4.3.1/umd/react-router-dom.js"></script>
|
|
|
|
<script src="index.js" type="module"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|