Delete greet.html

This commit is contained in:
paradizelost 2024-02-27 23:46:23 -06:00
parent 73c6d72186
commit 88e19dba3e

View File

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Greeting</title>
</head>
<body>
<h2>Hello, {{ name }}!</h2>
<p>Your phone number is: {{ phone }}</p>
<p>Your address is: {{ address }}</p>
<p>Comments:</p>
<p>{{ comments }}</p>
</body>
</html>