/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/tests/build_sources/templates/base.html
17 строк
446 B
Hardik Goyal
Fix part of #22082: Migrate ng-class to ngClass (#22166)
20 апр 2025, 10:52
Не верифицирован
20 апр 2025, 10:52
50f6cba
Код
Авторство
О чём код?
<!DOCTYPE html> <html ng-app="oppia" ng-controller="Base" itemscope itemtype="http://schema.org/Organization"> <head> @load('base-components/header.template.html') </head> <body> <base-content> <navbar-breadcrumb></navbar-breadcrumb> <content></content> <page-footer></page-footer> </base-content> @load('pages/footer_js_libs.html') <script src="/templates/pages/Base.js"></script> </body> </html>