/
ddistanceOn
/
speechland
Обзор
Документация
Войти
/
ddistanceOn
/
speechland
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
index.html
13 строк
359 B
Roman Kondrashev
feat: init project, install vite, set up prettier and eslint
29 июл 2024, 00:39
29 июл 2024, 00:39
1103014
Код
Авторство
О чём код?
<!doctype html> <html lang="ru"> <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" /> <title>SpeechLand</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>