Files
2022-10-02 18:57:41 -04:00

54 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/assets/images/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" href="/assets/images/favicon.png" />
<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/images/apple-touch-icon-114x114.png">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>myFit - Personal Health Record System</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Cloud-based electronic health record platform for all users. patient health record, family health record">
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/base.css" />
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/media.queries.css" />
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/tipsy.css" />
<link rel="stylesheet" type="text/css" href="/assets/javascripts/fancybox/jquery.fancybox-1.3.4.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Quicksand:400,700,300">
<script type="text/javascript" src="/assets/javascripts/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="/assets/javascripts/html5shiv.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.tipsy.js"></script>
<script type="text/javascript" src="/assets/javascripts/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="/assets/javascripts/fancybox/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.touchSwipe.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.mobilemenu.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.infieldlabel.js"></script>
<script type="text/javascript" src="/assets/javascripts/jquery.echoslider.js"></script>
<script type="text/javascript" src="/assets/javascripts/fluidapp.js"></script>
</head>
<body style="background-color:#f2f3f5; background-image: url('images/myfit-back.jpg'); background-size: cover; background-repeat: no-repeat;">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>