Skip to content
Snippets Groups Projects
Select Git revision
  • c99766b3fc48f14390cfca2c79973765f9b50684
  • master default
  • new
  • new_branch
  • 2023
5 results

README.md

Blame
  • index.html 777 B
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="theme-color" content="#123456" />
        <meta
          name="description"
          content="C'est mon site wesh"
        />
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-uWxY/CJNBR+1zjPWmfnSnVxwRheevXITnMqoEIeG1LJrdI0GlVs/9cVSyPYXdcSF" crossorigin="anonymous">
        <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
        <title>React App</title>
      </head>
      <body>
        <noscript>You need to enable JavaScript to run this app.</noscript>
        <div id="root"></div>
      </body>
    </html>