Skip to content

Instantly share code, notes, and snippets.

@theo-armour
Last active August 29, 2015 14:04
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 theo-armour/80619d25c089cc844598 to your computer and use it in GitHub Desktop.
Save theo-armour/80619d25c089cc844598 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang=en >
<head>
<title>Howdy</title>
<meta charset=utf-8 />
<meta name=author content='Theo Armour' />
</head>
<body>
<script>
document.body.style.cssText = ' font: bold 12pt monospace; ';
var info = document.body.appendChild( document.createElement( 'div' ) );
info.innerHTML = '<h1>' + document.title + '</h1>' +
'<div id=msg ></div>';
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment