Skip to content

Instantly share code, notes, and snippets.

@andymboyle
Created February 16, 2016 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andymboyle/b95f1eafbb192539a57d to your computer and use it in GitHub Desktop.
Save andymboyle/b95f1eafbb192539a57d to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Totally cool title</title>
</head>
<body>
<h1>This is a simple webpage</h1>
<p>It should have a pop-up.</p>
</body>
<script>
alert('I am doing some math. Here is 3 times 8, which equals ' + 3*7)
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment