mirror of
https://github.com/KUlishevgeniy/c22712.git
synced 2026-09-23 23:50:21 +00:00
15 lines
306 B
HTML
15 lines
306 B
HTML
<!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> |