github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/server/frontend/directeurs/public/index.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  
     4  <head>
     5      <meta charset="utf-8">
     6      <meta http-equiv="X-UA-Compatible" content="IE=edge">
     7      <meta name="viewport" content="width=device-width,initial-scale=1.0">
     8      <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     9      <title>Portails des directeurs</title>
    10      <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
    11  </head>
    12  
    13  <body>
    14      <noscript>
    15          <strong>Navré, mais cette application a besoin de Javascript pour fonctionner.</strong>
    16      </noscript>
    17      <div id="app"></div>
    18      <!-- built files will be auto injected -->
    19  </body>
    20  
    21  </html>