mirror of
https://github.com/KUlishevgeniy/c22712.git
synced 2026-09-25 16:40:19 +00:00
14 lines
241 B
HTML
14 lines
241 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
|
|
[<table border = "1"><tr><td>АБОБА</td></tr></table>
|
|
{% load static %}
|
|
<img src="{% static 'polls/1.jpeg' %}">]
|
|
|
|
</body>
|
|
</html> |