My-Dictionary-React-Application / public / index.html
index.html
Raw
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <link rel="icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="theme-color" content="#000000" />
    <meta
      name="description"
      content="Web site created using create-react-app" />
    <!--not needed but not sure what it is for?-->
    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
    <!--end-->
    <!-- Bootstrap CSS -->
    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css"
      integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
      crossorigin="anonymous" />

    <title>Dictionary React Application</title>
  </head>
  <body>
    <div id="root">
      <script
        src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
        integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
        crossorigin="anonymous"></script>
    </div>
    <footer class="text-center">
      Coded by Brooklin Wai and viewable on
      <a
        href="https://gitfront.io/r/Brook-W/mefERR4R3DGW/Pigeon-buddies-website/"
        target="_blank"
        >GitFront.
      </a>
    </footer>
  </body>
</html>