chore: explained why hello world is there

This commit is contained in:
2025-12-19 21:17:16 +03:00
parent fe1a28f97a
commit e8daad1a52

View File

@@ -1,3 +1,5 @@
// Какой-то скрипт на JS, просто чтобы был
function displayMessage() { function displayMessage() {
document.getElementById('message').innerText = 'Hello World'; document.getElementById('message').innerText = 'Hello World';
} }