index.html 965 Bytes
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <script src="https://kit.fontawesome.com/6a5db0a2e0.js" crossorigin="anonymous"></script>
    <link rel="icon" href="https://kit.fontawesome.com/6a5db0a2e0.js" />
    
    <title>React App</title>
    <div id="Khu-logo">
      <a target="_blank" href="./index.html">
        <img alt="" src="../img/Khu_Chat_Icon.svg" height="34" title="Khu_chat"></img>
        </a>
    </div>
  </head>
  <body>
    <i class="far fa-comments fa-7x"></i>
    <div id="root"></div>
    <!--
      This HTML file is a template.
      If you open it directly in the browser, you will see an empty page.

      You can add webfonts, meta tags, or analytics to this file.
      The build step will place the bundled scripts into the <body> tag.

      To begin the development, run `npm start` or `yarn start`.
      To create a production bundle, use `npm run build` or `yarn build`.
    -->
  </body>
</html>