mirror of
https://github.com/danbulant/ester_os
synced 2026-05-19 04:08:44 +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() {
|
||||
const element = document.createElement('div');
|
||||
import boot from './managers/boot';
|
||||
|
||||
element.innerHTML = "Ester OS";
|
||||
|
||||
return element;
|
||||
}
|
||||
|
||||
document.body.appendChild(component());
|
||||
boot();
|
||||
|
|
|
|||
Loading…
Reference in a new issue