/
Russid
/
python_advanced
Обзор
Документация
Войти
/
Russid
/
python_advanced
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
module_14_mvc/homework/templates/base.html
18 строк
365 B
itookyourboo
14 модуль
06 окт 2022, 21:06
06 окт 2022, 21:06
eb7ca16
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <title> Books </title> <link rel="stylesheet" type="text/css" href="../static/style.css"> <link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'> </head> <body> <h1>The greatest book library you have ever seen!</h1> <hr> {% block content %}{% endblock %} </body> </html>