chore: explained why hello world is there
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// Какой-то скрипт на JS, просто чтобы был
|
||||||
|
|
||||||
function displayMessage() {
|
function displayMessage() {
|
||||||
document.getElementById('message').innerText = 'Hello World';
|
document.getElementById('message').innerText = 'Hello World';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user