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

14 lines
196 B
HTML
Raw Normal View History

2023-01-02 17:15:05 +00:00
<!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>