mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 00:56:22 +02:00
DC server invite link
This commit is contained in:
@@ -24,8 +24,6 @@ let image = {
|
||||
|
||||
function update() {
|
||||
setTimeout(() => {
|
||||
ctx.fillStyle = 'transparent';
|
||||
ctx.fillRect(image.x, image.y, image.img.width * scale, image.img.height * scale);
|
||||
ctx.drawImage(image.img, image.x, image.y, image.img.width * scale, image.img.height * scale);
|
||||
|
||||
image.x += image.xspeed;
|
||||
|
||||
@@ -58,6 +58,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="jumbotron">
|
||||
<h2>You want to share your open source project?</h2>
|
||||
<p>If so share it with us on my Discord server</p>
|
||||
<a href="https://discord.gg/euzy387dpu">Join Now</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--end Main-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user