/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.5.2
src/index.html
34 строки
2 KB
NITISH KUMAR
Fixes #25321, #25836: correcting the flow of getting userinfo first and then emitting events (#25306)
12 май 2026, 12:21
Не верифицирован
12 май 2026, 12:21
11c92cf
Код
Авторство
О чём код?
<!-- NOTE: Please contact @vojtechjelinek or @srijanreddy98 before modifying the file. This is to ensure that all footer/header libs are properly synced across these five files: index.html, index.prod.html, header_css_libs.html, header_js_libs.html and footer_js_libs.html--> <!doctype html> <html lang="en" itemscope itemtype="http://schema.org/Organization"> <head> <meta charset="utf-8"> <title>Loading | Oppia</title> <base href="/dist/oppia-angular/"> <meta name="referrer" content="no-referrer"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"> <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin> <link rel="preconnect" href="https://storage.googleapis.com" crossorigin> <link rel="preload" media="screen" href="https://fonts.googleapis.com/css2?family=Capriola&family=Roboto:wght@400;500;700&family=Noto+Serif:ital@0;1&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin=""> <link rel="preconnect" href="https://storage.googleapis.com" crossorigin=""> <!-- Font Awesome preloads removed; fonts are provided via CSS and assets pipeline --> <link rel="preload" media="screen" href="https://fonts.googleapis.com/css2?family=Capriola&family=Roboto:wght@400;500;700&family=Noto+Serif:ital@0;1&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"> <script async src="https://www.googletagmanager.com/gtag/js"></script> <script async src="https://www.googletagmanager.com/gtm.js"></script> </head> <body> <oppia-root></oppia-root> </body> </html>