templates/react_wrapper.html line 1

  1. <html lang="en">
  2. <head>
  3.     <meta charset="UTF-8">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.     <title>Portail EF</title>
  6.     <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
  7.     <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
  8.     <link rel="shortcut icon" href="/favicon.ico" />
  9.     <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
  10.     <meta name="apple-mobile-web-app-title" content="Portail EF" />
  11.     <link rel="manifest" href="/site.webmanifest" />
  12.     <script type="module" crossorigin src="/react.js"></script>
  13.     <link rel="stylesheet" crossorigin href="/react.css">
  14. </head>
  15. <body>
  16.     <div id="root"></div>
  17. </body>
  18. </html>