Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
d4tis authored Feb 16, 2024
1 parent c212a98 commit b20958e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,6 @@
.small-text {
font-size: 19px;
}
/* Styles for Moscow Time Widget */
#blockclock-container {
color: #fff;
background-color: #fff;
top: 75%;
left: 25%;
right: 25%;
position: absolute;
padding: 5px;
border-radius: 0px;
margin-bottom: 25px;
max-width: 45%;
margin: auto;

}
</style>
</head>
<body>
Expand All @@ -141,23 +126,10 @@ <h2><a href="lightning:zap@d4tis.me" style="text-decoration:none;color:inherit;"
<br/>
<a href="https://revolut.me/d4tis" class="cta-button">£££</a>
<a href="popup.html" class="cta-button" target="_blank">lnurl</a>

<!-- Moscow Time Widget -->
<div id="blockclock-container" class="moscowtime"></div>
</div>
<div class="footer">
<p><a href="https://m.youtube.com/shorts/WnjLUG1bgH4" target="_blank">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inflation=Theft</a></p>
</div>
<a href="https://bitcoin.rocks" class="ping-button" target="_blank"></a>

<!-- Import the required widget code and styles -->
<script src="https://moscowtime.xyz/widget.js"></script>
<!-- When the window has finished loading, mount the widget in its appropriate place -->
<script>
let blockClock;
window.onload = function () {
blockClock = mountBlockClock();
};
</script>
</body>
</html>

0 comments on commit b20958e

Please sign in to comment.