beautifier_change
This commit is contained in:
parent
334d02ebda
commit
c8c59e7e62
@ -9,7 +9,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="stackedit">
|
<body class="stackedit">
|
||||||
<div class="stackedit__html"><h1 id="состояние-ардуины-отображается-в-браузере"><em>Состояние ардуины отображается в браузере:</em></h1>
|
<div class="stackedit__html">
|
||||||
|
<h1 id="состояние-ардуины-отображается-в-браузере"><em>Состояние ардуины отображается в браузере:</em></h1>
|
||||||
<h2 id="ответ-на-hello">ответ на “hello”</h2>
|
<h2 id="ответ-на-hello">ответ на “hello”</h2>
|
||||||
<p>Пришел ответ: <span id="answer1"></span> </p>
|
<p>Пришел ответ: <span id="answer1"></span> </p>
|
||||||
|
|
||||||
@ -27,8 +28,8 @@
|
|||||||
.then((response) => {
|
.then((response) => {
|
||||||
const elem = document.getElementById("answer2");
|
const elem = document.getElementById("answer2");
|
||||||
elem.innerHTML = response;
|
elem.innerHTML = response;
|
||||||
}); }, 1000);
|
});
|
||||||
|
}, 1000);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user