/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/pages/header_css_libs.html
24 строки
1 KB
Meeth
Fix part of #25877 Remove webpack build architecture (#26078)
10 июл 2026, 12:38
Не верифицирован
10 июл 2026, 12:38
9089f71
Код
Авторство
О чём код?
<!-- 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--> <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="preload" media="screen" href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"> <% if (process.env.NODE_ENV === 'production') { %> <link rel="stylesheet" type="text/css" href="/build/vendor-styles.css"> <link rel="stylesheet" type="text/css" href="/build/styles.css"> <% } else { %> <link rel="stylesheet" type="text/css" href="/dist/oppia-angular/vendor-styles.css"> <link rel="stylesheet" type="text/css" href="/dist/oppia-angular/styles.css"> <% } %>