Skip to content

Instantly share code, notes, and snippets.

@MirzaChilman
Last active January 7, 2018 15:19
Show Gist options
  • Save MirzaChilman/8c3b612145158d5c420d64e22469d249 to your computer and use it in GitHub Desktop.
Save MirzaChilman/8c3b612145158d5c420d64e22469d249 to your computer and use it in GitHub Desktop.
Alert
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<script type="text/javascript">
alert('Halo');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment