Skip to content

Instantly share code, notes, and snippets.

@rdromao
Last active September 12, 2019 14:41
Show Gist options
  • Save rdromao/f9231b440870b031f9ec54e24adadcc2 to your computer and use it in GitHub Desktop.
Save rdromao/f9231b440870b031f9ec54e24adadcc2 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Cualquier cosa</title>
<style>
b {color:red;}
</style>
</head>
<body>
<b>Hola Mundo</b>
<script>
setTimeout(() => console.log('Executed from server 8')
, 3000)
$(document ).ready(function() {
console.log( "document loaded with jquery" );
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment