/
pvldchkv
/
unity
Обзор
Документация
Войти
/
pvldchkv
/
unity
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
pages
404.html
10 строк
241 B
pvldchkv
Deploy to GitVerse Pages
20 май 2026, 09:54
20 май 2026, 09:54
ad49248
Код
Авторство
О чём код?
<!doctype html> <html> <head> <script> // SPA redirect for GitHub Pages — saves path and redirects to index.html sessionStorage.redirect = location.href; location.replace('/unity/'); </script> </head> </html>