mirror of
https://github.com/danbulant/ester_os
synced 2026-06-05 07:30:08 +00:00
Start working on Ester OS
This commit is contained in:
parent
a81cc3a631
commit
8dd83159b5
1 changed files with 2 additions and 8 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
function component() {
|
import boot from './managers/boot';
|
||||||
const element = document.createElement('div');
|
|
||||||
|
|
||||||
element.innerHTML = "Ester OS";
|
boot();
|
||||||
|
|
||||||
return element;
|
|
||||||
}
|
|
||||||
|
|
||||||
document.body.appendChild(component());
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue