Skip to content

Instantly share code, notes, and snippets.

@AnjaliManhas
Created May 11, 2020 11:40
Show Gist options
  • Save AnjaliManhas/9ae1f2f4abc800ab3158134cd64ff6cf to your computer and use it in GitHub Desktop.
Save AnjaliManhas/9ae1f2f4abc800ab3158134cd64ff6cf to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Welcome!</title>
</head>
<body>
<h1>Showing Data for ${empName}!</h1>
<h4>Email: ${email}</h4>
<h4>Address: ${address}</h4>
<h4>Date of Birth: ${dob}</h4>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment