diff mrjunejune/pages/react/index.html @ 32:08a465eec50b

[Dowa] Fixed a bug that I caused trying to stop memory leak lol.
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 07:03:36 -0700
parents 2b9e75756825
children
line wrap: on
line diff
--- a/mrjunejune/pages/react/index.html	Thu Oct 09 06:55:07 2025 -0700
+++ b/mrjunejune/pages/react/index.html	Thu Oct 09 07:03:36 2025 -0700
@@ -4,6 +4,7 @@
   </head>
   <body>
     <div id="root"></div>
+    <p> Hello </p>
   </body>
   <script src="/hello.js"></script>
 </html>