/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/linters/test_files/valid_style_indentation.html
34 строки
805 B
Pritesh Jogdhankar
Fix part of #21308 : Improve branch test coverage in git_changes_utils.py,install_dependencies_json_packages.py and html_linter.py to 100% (#23971)
12 янв 2026, 22:31
Не верифицирован
12 янв 2026, 22:31
26eb839
Код
Авторство
О чём код?
<!-- This file contains properties in the style tag with valid indentation --> <!DOCTYPE html> <html ng-app="oppia" itemscope itemtype="http://schema.org/Organization"> <head> @require('../../base-components/header.template.html', {"title": "Oppia"}) <style> body { background-color: powderblue; } .container { width: 100%; padding: 16px; } .title { font-size: 18px; color: #333; } </style> </head> <body> <service-bootstrap></service-bootstrap> <div ng-controller="Base"> <base-content> <content> <classroom-page></classroom-page> </content> <page-footer></page-footer> </base-content> </div> @require('../footer_js_libs.html') </body> </html>