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