summaryrefslogtreecommitdiff
path: root/Base/home/anon/www/welcome.js
diff options
context:
space:
mode:
Diffstat (limited to 'Base/home/anon/www/welcome.js')
-rw-r--r--Base/home/anon/www/welcome.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/home/anon/www/welcome.js b/Base/home/anon/www/welcome.js
new file mode 100644
index 0000000000..07497d0115
--- /dev/null
+++ b/Base/home/anon/www/welcome.js
@@ -0,0 +1,3 @@
+document.addEventListener("DOMContentLoaded", function() {
+ document.getElementById("ua").innerHTML = navigator.userAgent;
+});