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