Created
February 13, 2012 22:34
-
-
Save alunny/1821047 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
| <!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