garage_project/client/index.html
2023-11-30 14:05:39 -05:00

11 lines
137 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hello World Client</title>
</head>
<body>
<h1>Hello World from Client</h1>
</body>
</html>