Last active
July 21, 2026 08:25
-
-
Save coderofsalvation/15f5a74fd23e7c4e6f130e3ea2695275 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <style type="text/css"> | |
| .wipsticker{ | |
| display: block; | |
| position: fixed; | |
| width: 559px; | |
| height: 141px; | |
| background: linear-gradient(#aca,#aaa); | |
| top: -122px; | |
| right: -241px; | |
| transform: rotate(45deg); | |
| padding-top: 150px; | |
| text-align: center; | |
| color: #444; | |
| font-weight: bold; | |
| font-size: 18px; | |
| border: 8px dashed #000; | |
| padding-bottom: 40px; | |
| white-space: break-spaces; | |
| } | |
| .wipsticker a{ | |
| color:#272; | |
| } | |
| </style> | |
| <div class="wipsticker"> | |
| Website<br>will be updated,<br> PLUS <a href="https://www.youtube.com/watch?v=qMX31Zi2mFs&list=PLJ6hjAgGzNfQ" target="_blank">exciting ongoing <br>developments</a>. Meanwhile connect <br> with us at <a href="https://discord.gg/7eyK2wE" target="_blank">Discord</a> and <a href="https://github.com/jbaicoianu/janusweb" target="_blank">JanusWeb</a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment