mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 07:54:11 -05:00
Close meta tag in the contact email
This commit is contained in:
parent
84b3000288
commit
734ba27c11
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p><strong>Name:</strong> {{ $contact['name'] }}</p>
|
<p><strong>Name:</strong> {{ $contact['name'] }}</p>
|
||||||
|
|
Loading…
Reference in a new issue