Created
February 16, 2016 03:19
-
-
Save andymboyle/b95f1eafbb192539a57d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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