/
setwind
/
City
Обзор
Документация
Войти
/
setwind
/
City
Код
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/src/index.html
15 строк
511 B
InfinityExistence
add fronted and isAuthenticated
19 май 2025, 11:16
19 май 2025, 11:16
697ae4c
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>City</title> <base href="/"> <meta content="width=device-width, initial-scale=1" name="viewport"> <link href="favicon.ico" rel="icon" type="image/x-icon"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body class="mat-typography"> <app-root></app-root> </body> </html>