mirror of
https://github.com/SupertigerDev/waybar-online.git
synced 2026-03-24 16:06:37 +00:00
4 lines
154 B
JavaScript
4 lines
154 B
JavaScript
|
|
const e=document.getElementById("app"),a=async()=>{e.innerHTML=`
|
||
|
|
<iframe id="waybar-iframe" src="/waybar"></iframe>
|
||
|
|
`};export{a as createRootPage};
|