fix #3

Merged
emmatveev merged 1 commits from master into dev 2025-11-24 10:00:57 +03:00
Showing only changes of commit bfe163243c - Show all commits

View File

@@ -124,6 +124,6 @@
</script> </script>
</head> </head>
<body> <body>
<p id="micOff">Micro is off</p> <p hidden id="micOn">Micro is on</p> <button onclick="changeMicro();">change</button> <p id="micOff">Call active</p>
</body> </body>
</html> </html>