ieeemysight4rehab/ieeemysight4rehab.github.io

View on GitHub
public/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <!-- Favicon -->
    <link
      rel="apple-touch-icon"
      sizes="180x180"
      href="<%= BASE_URL %>img/icons/apple-touch-icon.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="32x32"
      href="<%= BASE_URL %>img/icons/favicon-32x32.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="16x16"
      href="<%= BASE_URL %>img/icons/favicon-16x16.png"
    />
    <link rel="mask-icon" href="<%= BASE_URL %>img/icons/safari-pinned-tab.svg" color="#5bbad5" />
    <meta name="msapplication-TileColor" content="#ffc40d" />
    <meta name="theme-color" content="#0277bd" />
    <title>IEEE MySIGHT4Rehab EPICS | Universiti Tunku Abdul Rahman (UTAR)</title>
    <!-- General Meta Tags -->
    <meta name="name" content="IEEE MySIGHT4Rehab EPICS | Universiti Tunku Abdul Rahman (UTAR)" />
    <meta
      name="description"
      content="IEEE MySIGHT4Rehab EPICS is a UTAR voluntary group working on Low-Cost Upper Extremities Rehabilitation System with Interactive Feedback for Children with Movement Disorders."
    />
    <meta
      name="keywords"
      content="IEEE, MySIGHT4Rehab, EPICS, UTAR, Universiti Tunku Abdul Rahman"
    />
    <meta name="author" content="Jerry Chong" />
    <meta name="robots" content="index, follow" />
    <!-- Google / Search Engine Meta Tags -->
    <meta
      itemprop="name"
      content="IEEE MySIGHT4Rehab EPICS | Universiti Tunku Abdul Rahman (UTAR)"
    />
    <meta
      itemprop="description"
      content="IEEE MySIGHT4Rehab EPICS is a UTAR voluntary group working on Low-Cost Upper Extremities Rehabilitation System with Interactive Feedback for Children with Movement Disorders."
    />
    <meta itemprop="image" content="https://ieeemysight4rehab.github.io/favicon.ico" />
    <!-- Facebook Meta Tags -->
    <meta property="og:type" content="website" />
    <meta
      property="og:title"
      content="IEEE MySIGHT4Rehab EPICS | Universiti Tunku Abdul Rahman (UTAR)"
    />
    <meta property="og:site_name" content="IEEE MySIGHT4Rehab EPICS Website" />
    <meta property="og:url" content="https://ieeemysight4rehab.github.io/" />
    <meta
      property="og:description"
      content="IEEE MySIGHT4Rehab EPICS is a UTAR voluntary group working on Low-Cost Upper Extremities Rehabilitation System with Interactive Feedback for Children with Movement Disorders."
    />
    <meta property="og:image" content="https://ieeemysight4rehab.github.io/favicon.ico" />
    <meta property="og:locale" content="en_MY" />
    <!-- Twitter Meta Tags -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta
      name="twitter:title"
      content="IEEE MySIGHT4Rehab EPICS | Universiti Tunku Abdul Rahman (UTAR)"
    />
    <meta
      name="twitter:description"
      content="IEEE MySIGHT4Rehab EPICS is a UTAR voluntary group working on Low-Cost Upper Extremities Rehabilitation System with Interactive Feedback for Children with Movement Disorders."
    />
    <meta name="twitter:image" content="https://ieeemysight4rehab.github.io/favicon.ico" />
    <!-- Response Web Design Meta Tags -->
    <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-84991751-1"></script>
    <script>
      window.dataLayer = window.dataLayer || []
      function gtag() {
        dataLayer.push(arguments)
      }
      gtag('js', new Date())

      gtag('config', 'UA-84991751-1')
    </script>
  </head>
  <body>
    <noscript>
      <strong
        >We're sorry but ieeemysight4rehab-web-app doesn't work properly without JavaScript enabled. Please enable
        it to continue.</strong
      >
    </noscript>
    <div id="app"></div>
    <!-- built files will be auto injected -->
    <!-- Global site tag (gtag.js) - Google Analytics -->
  </body>
</html>