From 623a45d1ec1f7e636defd139b35b615b1a64af91 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 2 Dec 2022 12:04:42 +0900 Subject: feat: !WIP nrk radio --- src/wwwroot/radio.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/wwwroot/radio.js (limited to 'src/wwwroot/radio.js') diff --git a/src/wwwroot/radio.js b/src/wwwroot/radio.js new file mode 100644 index 0000000..d0e3fdd --- /dev/null +++ b/src/wwwroot/radio.js @@ -0,0 +1,4 @@ +const app = document.getElementById("app"); +const appData = document.getElementById("app-data"); + +app.innerText = "Laster..."; -- cgit v1.3