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 4/templates/index.html
Stanislav Mykhailenko 35addea923
Add Lesson 5 Task 4
2023-01-02 19:15:05 +02:00

13 lines
196 B
HTML

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