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