Skip to content

Instantly share code, notes, and snippets.

@paradoxinversion
Last active December 6, 2021 11:29
Show Gist options
  • Save paradoxinversion/701114d5e477fa97c5030de1ea382095 to your computer and use it in GitHub Desktop.
Save paradoxinversion/701114d5e477fa97c5030de1ea382095 to your computer and use it in GitHub Desktop.
<!-- sourced from https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>React Starter</title>
</head>
<body>
<div id="root"></div>
<noscript>
You need to enable JavaScript to run this app.
</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