view mrjunejune/pages/react/index.html @ 72:4532ce6d9eb8

[Seobeo] Added router to the server logic. Few dowa string manipulation logics.
author June Park <parkjune1995@gmail.com>
date Mon, 29 Dec 2025 07:50:07 -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>