Created
December 28, 2019 19:48
-
-
Save franciscobatista356/b5239152867159ac1876c1a96ad807f0 to your computer and use it in GitHub Desktop.
This file contains 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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>This is a test</title> | |
<meta name="description" content="This is a test"> | |
<meta name="author" content="Hamlet Batista"> | |
<script> | |
document.write("<div>This script is misplaced</div>"); | |
</script> | |
<link rel="canonical" href="http://localhost"> | |
</head> | |
<body> | |
<div>This is a test</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment