mirror of
https://github.com/SupertigerDev/waybar-online.git
synced 2026-03-24 16:06:37 +00:00
Initial Commit
This commit is contained in:
5
src/routes/root.ts
Normal file
5
src/routes/root.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const appElement = document.getElementById("app")!;
|
||||
|
||||
export const createRootPage = async () => {
|
||||
appElement.innerHTML = "test";
|
||||
};
|
||||
5
src/routes/waybar.ts
Normal file
5
src/routes/waybar.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const appElement = document.getElementById("app")!;
|
||||
|
||||
export const createWaybarPage = async () => {
|
||||
appElement.innerHTML = "test";
|
||||
};
|
||||
Reference in New Issue
Block a user