view seobeo/pages/hello/index.html @ 11:f33d9ff8b6e8

[Raylib] Added raylib linux to third party lib and added cross platform support.
author June Park <parkjune1995@gmail.com>
date Tue, 30 Sep 2025 05:01:34 -0700
parents 114cad94008f
children
line wrap: on
line source

<HTML>
  <head>
    <script src="index.js"></script>
  </head>
  <body>
    <h1> Hello </h1>
  </body>
</HTML>