github.com/MontFerret/ferret@v0.18.0/e2e/pages/dynamic/index.html (about) 1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="x-ua-compatible" content="ie=edge"> 6 <title>Ferret E2E SPA</title> 7 <meta name="description" content=""> 8 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> 9 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> 10 <link rel="stylesheet" href="index.css"> 11 </head> 12 <body class="text-center"> 13 <div id="root"></div> 14 <script src="https://unpkg.com/react@16.8.6/umd/react.production.min.js"></script> 15 <script src="https://unpkg.com/react-dom@16.8.6/umd/react-dom.production.min.js"></script> 16 <script src="https://unpkg.com/history@4.9.0/umd/history.min.js"></script> 17 <script src="https://unpkg.com/react-router@4.3.1/umd/react-router.js"></script> 18 <script src="https://unpkg.com/react-router-dom@4.3.1/umd/react-router-dom.js"></script> 19 <script src="https://unpkg.com/react-bootstrap@next/dist/react-bootstrap.min.js" crossorigin> </script> 20 <script src="index.js" type="module"></script> 21 </body> 22 </html>