Skip to content

Instantly share code, notes, and snippets.

@seanstrom
Last active March 14, 2023 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanstrom/c9214494b41125006c6635119b2b25fd to your computer and use it in GitHub Desktop.
Save seanstrom/c9214494b41125006c6635119b2b25fd to your computer and use it in GitHub Desktop.
Fixture HTML
<!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