-
Notifications
You must be signed in to change notification settings - Fork 1
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
GitHub Actions
committed
Jan 3, 2025
1 parent
b335666
commit 004af5e
Showing
2 changed files
with
536 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,268 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head><base href="https://rss-bridge.org/bridge01/" target="_blank"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/ > | ||
<meta name="description" content="RSS-Bridge" /> | ||
<title>FeedMerge</title> | ||
<link href="static/style.css?2023-03-24" rel="stylesheet"> | ||
<link rel="icon" type="image/png" href="static/favicon.png"> | ||
|
||
|
||
<link | ||
href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Atom" | ||
title="Atom" | ||
rel="alternate" | ||
type="application/atom+xml" | ||
> | ||
|
||
<link | ||
href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Json" | ||
title="Json" | ||
rel="alternate" | ||
type="application/json" | ||
> | ||
|
||
<link | ||
href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Mrss" | ||
title="Mrss" | ||
rel="alternate" | ||
type="application/rss+xml" | ||
> | ||
|
||
<link | ||
href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Plaintext" | ||
title="Plaintext" | ||
rel="alternate" | ||
type="text/plain" | ||
> | ||
|
||
<link | ||
href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Sfeed" | ||
title="Sfeed" | ||
rel="alternate" | ||
type="text/plain" | ||
> | ||
|
||
<meta name="robots" content="noindex, follow"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<h1 class="pagetitle"> | ||
<a href="http://example.com/" target="_blank">FeedMerge</a> | ||
</h1> | ||
|
||
<div class="buttons"> | ||
<a href="./#bridge-FeedMergeBridge"> | ||
<button class="backbutton">← back to rss-bridge</button> | ||
</a> | ||
|
||
<a href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Atom"> | ||
<button class="rss-feed"> | ||
Atom </button> | ||
</a> | ||
<a href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Json"> | ||
<button class="rss-feed"> | ||
Json </button> | ||
</a> | ||
<a href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Mrss"> | ||
<button class="rss-feed"> | ||
Mrss </button> | ||
</a> | ||
<a href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Plaintext"> | ||
<button class="rss-feed"> | ||
Plaintext </button> | ||
</a> | ||
<a href="?action=display&bridge=FeedMergeBridge&feed_1=https%3A%2F%2Florem-rss.herokuapp.com%2Ffeed%3Funit%3Dday&format=Sfeed"> | ||
<button class="rss-feed"> | ||
Sfeed </button> | ||
</a> | ||
|
||
</div> | ||
|
||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735862400" | ||
>Lorem ipsum 2025-01-03T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2025-01-03 00:00:00"> | ||
2025-01-03 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Esse cillum ex amet labore eiusmod nulla reprehenderit elit voluptate non. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735776000" | ||
>Lorem ipsum 2025-01-02T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2025-01-02 00:00:00"> | ||
2025-01-02 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
In aliquip commodo sunt occaecat in eu tempor qui Lorem. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735689600" | ||
>Lorem ipsum 2025-01-01T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2025-01-01 00:00:00"> | ||
2025-01-01 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Voluptate pariatur excepteur nulla non ea aliqua deserunt. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735603200" | ||
>Lorem ipsum 2024-12-31T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2024-12-31 00:00:00"> | ||
2024-12-31 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Sunt exercitation culpa dolor irure duis elit non cupidatat elit aute. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735516800" | ||
>Lorem ipsum 2024-12-30T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2024-12-30 00:00:00"> | ||
2024-12-30 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Minim aliquip magna cillum id magna. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735430400" | ||
>Lorem ipsum 2024-12-29T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2024-12-29 00:00:00"> | ||
2024-12-29 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Labore in et veniam exercitation nostrud. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735344000" | ||
>Lorem ipsum 2024-12-28T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2024-12-28 00:00:00"> | ||
2024-12-28 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Excepteur tempor dolore esse adipisicing tempor laborum ea tempor minim excepteur cupidatat mollit. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735257600" | ||
>Lorem ipsum 2024-12-27T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2024-12-27 00:00:00"> | ||
2024-12-27 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Deserunt ea consectetur tempor non irure amet officia. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735171200" | ||
>Lorem ipsum 2024-12-26T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2024-12-26 00:00:00"> | ||
2024-12-26 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Reprehenderit mollit et ut duis aute anim eu sunt eiusmod cupidatat. | ||
|
||
</section> | ||
<section class="feeditem"> | ||
<h2> | ||
<a | ||
class="itemtitle" | ||
href="http://example.com/test/1735084800" | ||
>Lorem ipsum 2024-12-25T00:00:00Z</a> | ||
</h2> | ||
|
||
<time datetime="2024-12-25 00:00:00"> | ||
2024-12-25 00:00:00 </time> | ||
<p></p> | ||
|
||
<p class="author">by: John Smith</p> | ||
|
||
<!-- Intentionally not escaping for html context --> | ||
Culpa est ea fugiat consectetur aliqua id amet aute enim eiusmod excepteur minim pariatur nisi. | ||
|
||
</section> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.