Created
November 20, 2017 08:21
-
-
Save boyney123/eef2b62058e1a4b06580705d9aa8095a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="theme-color" content="#000000"> | |
<link rel="manifest" href="/manifest.json"> | |
<link rel="shortcut icon" href="/favicon.ico"> | |
<title>React App</title> | |
</head> | |
<body> | |
<noscript> | |
You need to enable JavaScript to run this app. | |
</noscript> | |
<div id="root"></div> | |
<script type="text/javascript" src="https://unpkg.com/@umds/[email protected]/object-assign.js"></script> | |
<script type="text/javascript" src="https://unpkg.com/[email protected]/umd/react.development.js"></script> | |
<script type="text/javascript" src="https://unpkg.com/[email protected]/umd/react-dom.development.js"></script> | |
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/redux.js"></script> | |
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/react-redux.js"></script> | |
<script type="text/javascript" src="https://unpkg.com/[email protected]/umd/react-router-dom.js"></script> | |
<script type="text/javascript" src="/static/js/bundle.js"></script></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment