Skip to content

Commit 2acddca

Browse files
authored
Update index.html
1 parent c956211 commit 2acddca

File tree

1 file changed

+2
-2
lines changed
  • 7-animation/2-css-animations/4-animate-circle-callback/solution.view

1 file changed

+2
-2
lines changed

7-animation/2-css-animations/4-animate-circle-callback/solution.view/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
<body>
2424

25-
<button onclick="go()">Click me</button>
25+
<button onclick="go()">Нажми на меня</button>
2626

2727
<script>
2828

2929
function go() {
3030
showCircle(150, 150, 100, div => {
3131
div.classList.add('message-ball');
32-
div.append("Hello, world!");
32+
div.append("Привет, мир!");
3333
});
3434
}
3535

0 commit comments

Comments
 (0)