clqms-be/app/Views/welcome_message.php

12 lines
163 B
PHP
Raw Normal View History

2025-07-14 16:45:59 +07:00
<!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>