June 28, 2024
ghfg
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Кнопка на Google</title>
</head>
<body>
<button onclick="window.location.href='https://www.google.com'">Перейти на Google</button>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Кнопка на Google</title>
</head>
<body>
<button onclick="window.location.href='https://www.google.com'">Перейти на Google</button>
</body>
</html>