/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.13
src/e2e-app/index.html
25 строк
889 B
Paul Gschwendtner
build: cleanup more usages of `@npm//` repository
04 апр 2025, 14:47
04 апр 2025, 14:47
9a30a0a
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Angular Material</title> <base href="/" /> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet" /> <link href="theme.css" rel="stylesheet" /> </head> <body class="mat-typography"> <e2e-app>Loading...</e2e-app> <span class="sibling">I am a sibling!</span> <script src="node_modules/zone.js/bundles/zone.umd.min.js"></script> <script src="node_modules/kagekiri/dist/kagekiri.umd.min.js"></script> <script src="bundles/main.js" type="module"></script> </body> </html>