Last active
March 14, 2023 11:42
-
-
Save seanstrom/c9214494b41125006c6635119b2b25fd to your computer and use it in GitHub Desktop.
Fixture HTML
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>Fixture Title</title> | |
</head> | |
<body> | |
<p id="first-paragraph"> | |
Here's some example content with a <a id="link-to-page" href="#">Link</a> and some extra text content. | |
</p> | |
<p id="second-paragraph"> | |
More information is present in this paragraph, ideally there's at least two paragraphs with an <a id="link-to-somewhere" href="#somewhere">Extra Link</a> and stuff. | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment