Skip to content

Instantly share code, notes, and snippets.

@yakkomajuri
Created February 21, 2021 15:05
Show Gist options
  • Save yakkomajuri/923bd1bc7dda75984d2bdb6e3f8d14e5 to your computer and use it in GitHub Desktop.
Save yakkomajuri/923bd1bc7dda75984d2bdb6e3f8d14e5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>React from Scratch</title>
</head>
<body>
<div id="root"></div>
<noscript> You need to enable JavaScript to access this website. </noscript>
<script src="../dist/bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment