-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (24 loc) · 1.5 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="App" />
<meta name="keywords" content="" />
<title>ZT Maturity Dashboard</title>
<meta name="theme-color" content="#000000" />
<link rel="stylesheet" href="https://design.cms.gov/cdn/ds-cms-gov/10.1.1/css/index.css" />
<link rel="stylesheet" href="https://design.cms.gov/cdn/ds-cms-gov/10.1.1/css/cmsgov-theme.css" />
<script src="https://design.cms.gov/cdn/ds-cms-gov/10.1.1/react-components/bundle/react.production.min.js"></script>
<script src="https://design.cms.gov/cdn/ds-cms-gov/10.1.1/react-components/bundle/react-dom.production.min.js"></script>
<script src="https://design.cms.gov/cdn/ds-cms-gov/10.1.1/react-components/bundle/react-components.js"></script>
<!-- <style>#root,body,html{height:100%;width:100%}body{font-family:--apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:SFMono-Regular,ui-monospace,Consolas,'Liberation Mono',Menlo,Courier,monospace!important}</style> -->
</head>
<body>
<script type="module" src="/src/main.tsx"></script>
<div id="root">
<noscript>You need to enable JavaScript to run this app.</noscript>
</div>
</body>
</html>