aboutsummaryrefslogtreecommitdiffstats
path: root/src/wwwroot
diff options
context:
space:
mode:
Diffstat (limited to 'src/wwwroot')
-rw-r--r--src/wwwroot/radio.js4
1 files changed, 4 insertions, 0 deletions
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...";