Skip to content

Instantly share code, notes, and snippets.

@sunmeat
Created May 5, 2025 17:56
Show Gist options
  • Save sunmeat/2f547b7bc4aa2007758ffd09abe0e708 to your computer and use it in GitHub Desktop.
Save sunmeat/2f547b7bc4aa2007758ffd09abe0e708 to your computer and use it in GitHub Desktop.
привет!
<!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