This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_2022_Stanislav_Mykhailenko/Lesson_5/Task 3/templates/index.html
Stanislav Mykhailenko a6623ce880
Add Lesson 5 Task 3
2022-12-21 22:53:09 +02:00

12 lines
163 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>News</title>
</head>
<body>
<div>
{{contents|safe}}
</div>
<a href="/editor">Add</a>
</body>
</html>