Files
portfolio/src/main/resources/templates/result.html
2025-01-28 00:24:45 +05:30

12 lines
183 B
HTML
Executable File

<html lang="en">
<head>
<meta charset="ISO-8859-1">
<title>Thanks for your contacting us</title>
</head>
<body>
<div>
Thanks for your contacting us
</div>
</body>
</html>