/
MorSergey
/
diff-equations
Обзор
Документация
Войти
/
MorSergey
/
diff-equations
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
index.html
13 строк
368 B
admin
Update title in index.html and add routing and navigation for Fredholm least squares method
22 окт 2025, 17:02
22 окт 2025, 17:02
841da26
Код
Авторство
О чём код?
<!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>Решение ИУ</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>