feat: add initial HTML example and README documentation

This commit is contained in:
Mauricio Siu
2025-04-06 03:49:56 -06:00
parent e86808420c
commit a0636d8083
2 changed files with 29 additions and 0 deletions

7
html/index.html Normal file
View File

@@ -0,0 +1,7 @@
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>