Skip to content

Instantly share code, notes, and snippets.

@MirzaChilman
Created January 8, 2018 00:03
Show Gist options
  • Save MirzaChilman/3ce8f92404474a799e4191c9046c7ee9 to your computer and use it in GitHub Desktop.
Save MirzaChilman/3ce8f92404474a799e4191c9046c7ee9 to your computer and use it in GitHub Desktop.
console
<!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">
console.log('Halo console');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment