-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3f52fb
commit 043c2f6
Showing
4 changed files
with
80 additions
and
63 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!doctype html> | ||
<html lang=en-us> | ||
<head> | ||
<base href=https://example.com> | ||
<link rel=webmention href=/mentions> | ||
</head> | ||
<body> | ||
<div class=h-entry> | ||
<h1 class=p-name>Excited for the Taylor Swift Eras Tour</h1> | ||
<p>Published by <a class="p-author h-card" href=/>James</a> | ||
<time class=dt-published datetime=2023-11-30T19:08:09>Thursday, November 30</time></p> | ||
<div><img class=u-featured alt="Eras tour poster" src=/eras.jpg></div> | ||
<div class=e-content><p>I can't decide which era is my favorite.</p></div> | ||
<p><span class=p-category>music</span>, <span class=p-category>Taylor Swift</span></p> | ||
</div> | ||
</body> | ||
</html> |