Skip to content

Instantly share code, notes, and snippets.

@radicalloop
Created March 13, 2019 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radicalloop/c6863d644ec88885ea797b1a20178cfe to your computer and use it in GitHub Desktop.
Save radicalloop/c6863d644ec88885ea797b1a20178cfe to your computer and use it in GitHub Desktop.
React Index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Choose the Champ</title>
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
>
You need to enable JavaScript to run this app.
></noscript>
<!-- End Google Tag Manager (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`.
-->
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment