Commit 833d33de authored by Masarath Fatima's avatar Masarath Fatima

Delete thankyou.html

parent 606889b5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Thankyou</title>
</head>
<body>
<table>
{% for item in items %}
<TR>
<TD class="c1">{{item}}</TD>
</TR>
{% endfor %}
</table>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment