/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
tgui/public/tgui.html
62 строки
2 KB
ShiftyRail
Byond 516 v2.0 (#37553)
12 май 2025, 08:50
Не верифицирован
12 май 2025, 08:50
d79c1fe
Код
Авторство
О чём код?
<!doctype html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8" /> <!-- Inlined metadata --> <meta id="tgui:windowId" content="[tgui:windowId]" /> <meta id="tgui:strictMode" content="[tgui:strictMode]" /> <!-- Early setup --> <!-- tgui:helpers --> <!-- tgui:ntos-error --> <!-- tgui:inline-css --> </head> <body> <!-- tgui:assets --> <!-- tgui:inline-html-start --> <!-- tgui:inline-html --> <!-- tgui:inline-html-end --> <!-- tgui:inline-js --> <!-- Root element for tgui interfaces --> <div id="react-root"></div> <!-- Fatal error container --> <div id="FatalError" class="FatalError"> <!-- prettier-ignore --> <div class="FatalError__logo"> ooooo ooo . .oooooo. .oooooo..o `888b. `8' .o8 d8P' `Y8b d8P' `Y8 8 `88b. 8 .o888oo 888 888 Y88bo. 8 `88b. 8 888 888 888 `"Y8888o. 8 `88b.8 888 888 888 `"Y88b 8 `888 888 . `88b d88' oo .d8P o8o `8 "888" `Y8bood8P' 8""88888P' </div> <marquee class="FatalError__header"> A fatal exception has occurred at 002B:C562F1B7 in TGUI. The current application will be terminated. Send the copy of the following stack trace to an authorized Nanotrasen incident handler at https://github.com/tgstation/tgstation. Thank you for your cooperation. </marquee> <div id="FatalError__stack" class="FatalError__stack"></div> <div class="FatalError__footer"> <!-- tgui:nt-copyright --> </div> </div> <noscript> <div class="NoticeBox"> <div>Javascript is required in order to use this interface.</div> <div>Please enable Javascript and restart the game.</div> </div> </noscript> <script> // Signal tgui that we're ready to receive updates Byond.sendMessage('ready'); </script> </body> </html>