Created
July 25, 2022 14:10
-
-
Save shingonu/dfa4cf6e268474dd2167c7beba3d70e3 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<!-- Maybe some stuff here --> | |
</head> | |
<body> | |
<div id="root"></div> | |
<script | |
src="/static/bundle.js" | |
></script> | |
<script | |
src="/static/0.chunk.js" | |
></script> | |
<script | |
src="/static/main.chunk.js" | |
></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment