Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CRA comments & Fix import order #224

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 3 additions & 30 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,52 +5,25 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- This page will be indexed by search engines, and they will follow the links on the page -->
<meta name="robots" content="index, follow">
<meta
name="description"
content="The CRDC Data Submission Portal provides a platform that allows participated organizations to submit cancer research data associated with study registered in dbGap; performs data validations and harmonization, and releases data into the Data Commons Repository."
/>
<meta name="keywords" content="CRDC Data Submission Portal, Cancer Research Data, dbGaP Study Data, Data Validations, Data Harmonization, Data Commons Repository, Cancer Research Data Platform, Research Data Submission, Data Release Services, Participated Organizations, Cancer Data Repository, Data Commons Platform, Cancer Study Data Submission, Research Data Management, Data Commons Harmonization">


<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
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>CRDC DataHub</title>
<!-- Import web component for gov shutdown header -->

<script src="https://cbiit.github.io/crdc-alert-elements/components/include-html.js"></script>
<script src="%PUBLIC_URL%/injectEnv.js"></script>
<script src="%PUBLIC_URL%/js/session.js"></script>
</head>
<body>
<header>
<!-- Set government shutdown banner -->
<include-html src="https://cbiit.github.io/crdc-alert-elements/banners/government-shutdown.html"></include-html>
</header>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
<script src="%PUBLIC_URL%/injectEnv.js"></script>
<script src="%PUBLIC_URL%/js/session.js"></script>
</html>