14 lines
183 B
PHP
14 lines
183 B
PHP
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Welcome</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Hello, {{ $name }}</h1>
|
||
|
<p>Welcome to our platform. We're glad to have you!</p>
|
||
|
</body>
|
||
|
|
||
|
</html>
|