add first setup new calibration

This commit is contained in:
Pepijn
2025-01-29 16:45:47 +01:00
parent 5eefafa958
commit fa8ed524fa
3 changed files with 192 additions and 189 deletions

View File

@@ -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>