Skip to content

Commit

Permalink
Merge pull request #224 from CBIIT/cra-cleanup
Browse files Browse the repository at this point in the history
Remove CRA comments & Fix import order
  • Loading branch information
amattu2 authored Nov 24, 2023
2 parents ef28dce + 9cd426e commit 6ee4335
Showing 1 changed file with 3 additions and 30 deletions.
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>

0 comments on commit 6ee4335

Please sign in to comment.