Games fixed
This commit is contained in:
parent
f45fe3e089
commit
ddc2f47f97
1 changed files with 7 additions and 2 deletions
|
|
@ -1,10 +1,15 @@
|
|||
import { HeaderRoute } from "../components/HeaderRoute";
|
||||
|
||||
interface Window {
|
||||
__uv$config: any;
|
||||
}
|
||||
export function Radon() {
|
||||
return (
|
||||
<HeaderRoute>
|
||||
<iframe
|
||||
src="/~/uv/https%3A%2F%2Fradon.games%2F"
|
||||
src={
|
||||
window.__uv$config.prefix +
|
||||
window.__uv$config.encodeUrl("https://radon.games")
|
||||
}
|
||||
class="h-full w-full"
|
||||
></iframe>
|
||||
</HeaderRoute>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue