mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
11 lines
249 B
PHP
11 lines
249 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<p>Name: {{ $contact['name'] }}</p>
|
|
<p>Email: {{ $contact['email'] }}</p>
|
|
<p>{{ $contact['message'] }}</p>
|
|
</body>
|
|
</html>
|