/
sbo2
/
app
Обзор
Документация
Войти
/
sbo2
/
app
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
index.html
16 строк
611 B
Samat
push branch task2
17 мар 2024, 13:34
17 мар 2024, 13:34
63310ef
Код
Авторство
О чём код?
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap" rel="stylesheet"> <title>Vite + React + TS</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>