Skip to content

Instantly share code, notes, and snippets.

@IsaacGonzalez
Last active December 20, 2015 08:39
Show Gist options
  • Save IsaacGonzalez/6102401 to your computer and use it in GitHub Desktop.
Save IsaacGonzalez/6102401 to your computer and use it in GitHub Desktop.
Hello Angie
<html>
<head>
<title>Hello world!</title>
</head>
<body>
<h1>Hello world!</h1>
<h2>Hola Angie.</h2>
<script>
alert("Hola Angie!");
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment