Skip to content

Instantly share code, notes, and snippets.

@KrustyC
Created May 9, 2021 11:52
Show Gist options
  • Save KrustyC/78eb9cec7eec79b5ce8c03bd7a037da7 to your computer and use it in GitHub Desktop.
Save KrustyC/78eb9cec7eec79b5ce8c03bd7a037da7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First React App</title>
</head>
<body>
<div id="root"></div>
<script src="index_bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment