Skip to content

Commit

Permalink
add sticker github
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizwar committed Jun 13, 2023
1 parent b4e9626 commit 69aaa85
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions routes/proomy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ export default function Main({ url, data }: PageProps<{ rooms: RoomView[] }>) {
)}
</div>
</div>
<div
class="singleton-element"
style='position: absolute;top: 29px;left: -272px;width: 600px;height: 28px;margin: 0px;padding: 2px;font-size: 24px;text-align: center;color: rgb(255, 255, 255);font-family: "trebuchet ms", verdana, arial, sans-serif;transform: rotate(-45deg);transform-origin: 50% 0px;background-color: rgb(0, 0, 0);border: 1px solid rgb(170, 170, 170);opacity: 0.5;z-index: 1200;'
>
<a href="https://github.com/Zizwar/PRoomy/" alt="JPT Proomy">
Github
</a>
</div>
</>
);
}
Loading

0 comments on commit 69aaa85

Please sign in to comment.