diff --git a/main_view.html b/main_view.html index f418e70..ba16cd5 100644 --- a/main_view.html +++ b/main_view.html @@ -8,67 +8,17 @@ function getUID() { return call_plugin_method("whoami", {}); } + + function onReady() { + let heading = document.getElementById("heading"); + let id = getUID(); + + heading.innerText = `Hello ${id}`; + } -

Hello World

+

Hello World

-
Buttons
-
-
Buttons
-
-
-
Button field
-
-
-
-
-
-
Another button field
-
-
-
-
-
-
-
- - -
Disabled button field (with icon) -
-
-
-
-
-
-
-
- -
Describing button field -
-
-
-
Here's some info to help you go about your day, clicking - buttons...
-
-
-