first commit

This commit is contained in:
2023-11-30 14:05:39 -05:00
commit 4e5b5e6416
14 changed files with 273 additions and 0 deletions

10
client/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello World Client</title>
</head>
<body>
<h1>Hello World from Client</h1>
</body>
</html>