view mrjunejune/pages/react/index.html @ 63:fff1b048dda6

[Postdog] Fixed a problem where string did not wrap.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 14:00:37 -0800
parents 08a465eec50b
children
line wrap: on
line source

<html lang="en">
  <head>
    <BaseHead title="Resume" description="June's resume" />
  </head>
  <body>
    <div id="root"></div>
    <p> Hello </p>
  </body>
  <script src="/hello.js"></script>
</html>