Mercurial
diff mrjunejune/pages/react/index.html @ 15:2b9e75756825
[GuiZe] Updated to handle bundling and created a shee
l script for pushing.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 03 Oct 2025 06:50:33 -0700 |
| parents | |
| children | 08a465eec50b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mrjunejune/pages/react/index.html Fri Oct 03 06:50:33 2025 -0700 @@ -0,0 +1,9 @@ +<html lang="en"> + <head> + <BaseHead title="Resume" description="June's resume" /> + </head> + <body> + <div id="root"></div> + </body> + <script src="/hello.js"></script> +</html>