Created
May 5, 2025 17:56
-
-
Save sunmeat/2f547b7bc4aa2007758ffd09abe0e708 to your computer and use it in GitHub Desktop.
привет!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html class="no-js" lang=""> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title></title> | |
<link rel="stylesheet" href="css/style.css"> | |
<link rel="icon" href="/favicon.ico" sizes="any"> | |
<link rel="icon" href="/icon.svg" type="image/svg+xml"> | |
<link rel="apple-touch-icon" href="icon.png"> | |
<link rel="manifest" href="site.webmanifest"> | |
<meta name="theme-color" content="#fafafa"> | |
</head> | |
<body> | |
<script> | |
function hello() { | |
let x = 2; // потом это, вместе с алертом | |
x = prompt("Введите значение для переменной икс", 0); | |
alert(x); | |
} | |
hello(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment