Skip to content

Instantly share code, notes, and snippets.

@DaveM2011
Created April 27, 2014 19:13
Show Gist options
  • Save DaveM2011/11353272 to your computer and use it in GitHub Desktop.
Save DaveM2011/11353272 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> The Title of Your Page Goes Here </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="Your Name Goes Here">
<SCRIPT TYPE="text/javascript">
var apples = 5;
alert('There are currently ' + apples + ' apples!');
</SCRIPT>
</HEAD>
<BODY>
The bulk of your webpage (the body) goes here.
</BODY>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment