-<!doctype html><html lang=""><head><meta charset="utf-8"><title>UWB - About</title><script type="module">function u(){const o=window.uwb;if(!o){console.error("[UWB About] Failed to get version info! Probably not running in a UWB engine!");return}const r=o.EngineVersion,s=o.EngineName,i=o.EngineVersion;var e=document.getElementById("uwbEngineVersionText"),n=document.getElementById("webEngineNameText"),t=document.getElementById("webEngineVersionText");e!=null&&(e.textContent=r),n!=null&&(n.textContent=s),t!=null&&(t.textContent=i),console.log("[UWB About] Found version info!")}u();</script><style rel="stylesheet" crossorigin>.content{font-family:Avenir,Helvetica,Arial,sans-serif;margin:40px 25px 25px}.header{border-bottom:#000 2px solid}.bottom-spacer{margin-bottom:1.2em}.footer{position:absolute;bottom:0}.fuckyou-text{font-size:8px;color:gray}body{background-color:#fff}</style></head><body><div class="content"><h2 class="header bottom-spacer">Unity Web Browser About</h2><p>UWB by <a href="https://github.com/Voltstro-Studios">Voltstro-Studios</a>, under MIT license.</p><p class="bottom-spacer">UWB Engine Version: <span id="uwbEngineVersionText">Getting...</span><br>Web Engine Name: <span id="webEngineNameText">Getting...</span><br>Web Engine Version: <span id="webEngineVersionText">Getting...</span></p><p><a href="https://github.com/Voltstro-Studios/UnityWebBrowser">GitHub</a> | <a href="https://uwb.voltstro.dev">Site</a></p><p class="footer fuckyou-text">UwU Nyaa~. Rowan SUXS XDDDDD</p></div></body></html>
0 commit comments