Add landing page (WIP)

This commit is contained in:
Pieter Vander Vennet 2021-11-25 02:50:43 +01:00
parent b84b40a500
commit 7679a832f4
4 changed files with 24 additions and 1 deletions

16
UI/ProfessionalGui.ts Normal file
View file

@ -0,0 +1,16 @@
import {FixedUiElement} from "./Base/FixedUiElement";
export default class ProfessionalGui {
constructor() {
new FixedUiElement("Hello world").AttachTo("main")
}
}
console.log("Hello world")
new FixedUiElement("").AttachTo("decoration-desktop")
new ProfessionalGui()