Skip to content

Instantly share code, notes, and snippets.

@motionrus
Created July 26, 2018 09:12
Show Gist options
  • Save motionrus/2db7cf2bfd3fd2ac00cab657cb6b49c3 to your computer and use it in GitHub Desktop.
Save motionrus/2db7cf2bfd3fd2ac00cab657cb6b49c3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Урок2</title>
</head>
<body>
<p>текст до выполнения скрипта</p>
<script>
alert("Раз");
alert("Два");
alert("Три");
</script>
<p>текст после выполнения скрипта</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment