comparison 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
comparison
equal deleted inserted replaced
31:2852b2e2363f 32:08a465eec50b
2 <head> 2 <head>
3 <BaseHead title="Resume" description="June's resume" /> 3 <BaseHead title="Resume" description="June's resume" />
4 </head> 4 </head>
5 <body> 5 <body>
6 <div id="root"></div> 6 <div id="root"></div>
7 <p> Hello </p>
7 </body> 8 </body>
8 <script src="/hello.js"></script> 9 <script src="/hello.js"></script>
9 </html> 10 </html>