/
panzershreck
/
DocumentViewer
Обзор
Документация
Войти
/
panzershreck
/
DocumentViewer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/index.html
13 строк
323 B
Andrei Kropotin
init app commit
19 мар 2026, 01:15
19 мар 2026, 01:15
8d84fd2
Код
Авторство
О чём код?
<!doctype html> <html lang="en" class="h-full"> <head> <meta charset="utf-8"> <title>DocViewer</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 class="h-full"> <app-root></app-root> </body> </html>