Skip to content

Commit

Permalink
Redirect page for Mastodon verification
Browse files Browse the repository at this point in the history
  • Loading branch information
j-e-d committed Mar 27, 2024
1 parent 8ef8219 commit 3030afb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Code for the twitter bot [@nyt_diff](https://twitter.com/nyt_diff).

Bluesky version: [@nytdiff.bsky.social](https://bsky.app/profile/nytdiff.bsky.social)

Mastodon version: <a rel="me" href="https://botsin.space/@nyt_diff">@nyt_diff</a>
Mastodon version: [@[email protected]](https://botsin.space/@nyt_diff)

The [phantomjs](http://phantomjs.org/) binary needs to be installed and the path updated in the run_diff.sh file.

Expand Down
24 changes: 24 additions & 0 deletions gh-pages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github NYTDiff page/</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/j-e-d/NYTDiff">
<link href="https://github.com/j-e-d/NYTDiff" rel="me">
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/j-e-d/NYTDiff"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
https://github.com/j-e-d/NYTDiff
</a>
</body>
</html>

0 comments on commit 3030afb

Please sign in to comment.