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