clqms-be/app/Views/welcome_message.php
mikael-zakaria b98ba1c4a9 Update index
2025-07-14 16:45:59 +07:00

12 lines
163 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Hello World Page</title>
</head>
<body>
<h1>Hello World!</h1>
<p>This is a simple HTML page.</p>
</body>
</html>