Skip to content

Instantly share code, notes, and snippets.

@greglinch
Last active October 18, 2018 15:19
Show Gist options
  • Save greglinch/32bf3601712e27b2c6dc85beeef809c3 to your computer and use it in GitHub Desktop.
Save greglinch/32bf3601712e27b2c6dc85beeef809c3 to your computer and use it in GitHub Desktop.
Sample HTML page from Howard University ONA event
<html>
<head>
<title>This is my test page</title>
</head>
<body>
<h1>My article headline</h1>
<p>This is <em>my</em> article.</p>
<p>It's the <strong>greatest</strong> article ever written.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment