mirror of
https://github.com/SupertigerDev/waybar-online.git
synced 2026-03-24 08:06:37 +00:00
huge changes
This commit is contained in:
8
src/routes/root/root.ts
Normal file
8
src/routes/root/root.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import "./root.css";
|
||||
const appElement = document.getElementById("app")!;
|
||||
|
||||
export const createRootPage = async () => {
|
||||
appElement.innerHTML = `
|
||||
<iframe id="waybar-iframe" src="/waybar"></iframe>
|
||||
`;
|
||||
};
|
||||
Reference in New Issue
Block a user