mapcomplete/notfound.ts

6 lines
259 B
TypeScript
Raw Normal View History

import {FixedUiElement} from "./UI/Base/FixedUiElement";
import Combine from "./UI/Base/Combine";
2022-01-18 21:26:07 +01:00
import BackToIndex from "./UI/BigComponents/BackToIndex";
new Combine([new FixedUiElement("This page is not found"),
2022-01-26 21:40:38 +01:00
new BackToIndex()]).AttachTo("maindiv")