Skip to content

Commit

Permalink
Publish #26
Browse files Browse the repository at this point in the history
  • Loading branch information
scaique committed Sep 24, 2024
1 parent b4d138f commit 5dc95c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<meta property="og:url" content="https://scaique.tech/unfs-bsky">
<meta property="og:type" content="website">

<link rel="icon" href="https://brandeps.com/icon-download/U/User-minus-icon-05.png" type="image/png">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@latest/dist/tailwind.min.css">
<link rel="icon" href="./images/icon.png" type="image/png">

<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" as="style" onload="this.rel='stylesheet'">

<title>Unfollowers for Bluesky</title>
</head>
<body class="font-sans bg-gray-100 m-0 p-0 flex flex-col items-center">
Expand Down Expand Up @@ -103,7 +103,9 @@ <h1 class="text-2xl font-bold text-start mb-4">Como Usar</h1>
<script src="main.js"></script>
<script>
window.onload = function() {
window.location.href = "https://scaique.tech/unfs-bsky/";
if (window.location.href === "https://scaique.github.io/unfollowers-bluesky/") {
window.location.href = "https://scaique.tech/unfs-bsky/";
}
}
</script>
</body>
Expand Down

0 comments on commit 5dc95c4

Please sign in to comment.