-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
26 lines (26 loc) · 910 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" href="%PUBLIC_URL%/dynamic-child-favicon.png" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="React Client for RCPCH Growth Chart API"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="RCPCH | Digital Growth Charts" />
<meta
property="og:description"
content="React Client for RCPCH Growth Chart API"
/>
<title>RCPCH | Digital Growth Charts</title>
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/main.jsx"></script>
</body>
<!-- <script src="%PUBLIC_URL%/compatibilityCheck.js"></script> -->
</html>