/
borlok
/
bootstrapPanel
Обзор
Документация
Войти
/
borlok
/
bootstrapPanel
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/index.html
13 строк
296 B
Yurii Erofeevski
initial commit
21 апр 2021, 18:52
21 апр 2021, 18:52
9db6f24
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>HelloWorld</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> <body> <app-root></app-root> </body> </html>