Skip to content

Instantly share code, notes, and snippets.

@alunny
Created February 13, 2012 22:34
Show Gist options
  • Save alunny/1821047 to your computer and use it in GitHub Desktop.
Save alunny/1821047 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Test page 1</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta charset="UTF-8">
<meta name="author" content="Maciej Jaros">
<meta name="copyright" content="Maciej Jaros, Public Domain">
<style type="text/css">
body { line-height: 2em; }
</style>
</head>
<body>
<h1>Test page 1</h1>
<p>This is a test link to <a href="somepage.html">somepage.html</a></p>
<p>This is a test link to <a href="http://not-a-real-subdomain.mol.pl/">http://not-a-real-subdomain.mol.pl/</a></p>
<p>This is a test link to <a href="http://notarealsubdomain.mol.pl/">http://notarealsubdomain.mol.pl/</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment