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