Delete pattern.html

This commit is contained in:
VladEpifanov
2023-05-21 23:58:36 +03:00
committed by GitHub
parent 070386f23a
commit e3bb059c65
@@ -1,15 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<table border="1"><tr><td>It's a cell</td>></tr>></table>>
{% autoescape off %}
{{data}}
{% endautoescape %}
{% load static %}
<img src="{% static 'polls/Lake.jpeg' %}">
</body>
</html>