Files
c22712/Задания/task1/Yaroshevskiy/test_site/polls/templates/polls/index.html
T
2023-05-04 11:31:11 +03:00

12 lines
193 B
HTML

<!DOCTYPE <html>
<html>
<head>
{% load static %}
<link rel="stylesheet" href="{% static 'polls/style.css' %}">
<title>TEST</title>
</head>
<body>
<h1>{{text}}</h1>
</body>
</html>