репозитория для сайта оказания услуг блогера по вызову
Donier c60d030901 Обновить 'README.md' | há 1 ano atrás | |
---|---|---|
README.md | há 1 ano atrás | |
main.html | há 1 ano atrás | |
pop.css | há 1 ano atrás |
const button = document.getElementById("button"); const output = document.getElementById("output");
button.addEventListener("click", function() {
output.textContent = "Котакбас";
});