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