add first setup new calibration
This commit is contained in:
@@ -369,15 +369,4 @@ If you have any question or need help, please reach out on Discord in the channe
|
||||
> [!CAUTION]
|
||||
> Advises about risks or negative outcomes of certain actions.
|
||||
|
||||
<textarea id="inputBox" placeholder="Paste your text here"></textarea>
|
||||
<button onclick="displayText()">Submit</button>
|
||||
<p id="displayTextHere"></p>
|
||||
|
||||
<script>
|
||||
function displayText() {
|
||||
const input = document.getElementById("inputBox").value;
|
||||
document.getElementById("displayTextHere").innerText = input;
|
||||
}
|
||||
</script>
|
||||
|
||||
<p align="center">Centered </p>
|
||||
|
||||
Reference in New Issue
Block a user