Add landing page (WIP)
This commit is contained in:
parent
b84b40a500
commit
7679a832f4
4 changed files with 24 additions and 1 deletions
16
UI/ProfessionalGui.ts
Normal file
16
UI/ProfessionalGui.ts
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue