From 6ccfab84ac63bf052758a9171f2250a28b570c61 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Fri, 2 Feb 2024 04:26:30 +0000 Subject: [PATCH] chore: test out ads [skip ci] --- src/system/Desktop.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/system/Desktop.ts b/src/system/Desktop.ts index f351ecb..32a4181 100644 --- a/src/system/Desktop.ts +++ b/src/system/Desktop.ts @@ -99,6 +99,19 @@ const BootLoader: Process = { await wm.windowArea.appendTo(document.body) splashElement.cleanup() + + launcher.element.prepend(new HTML('div') + .html(` + + + `)) } }