DC server invite link

This commit is contained in:
Stone-Red-Code
2021-03-20 13:25:36 +01:00
parent 1ef52ef74f
commit 443c07db55
2 changed files with 9 additions and 2 deletions
-2
View File
@@ -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;
+9
View File
@@ -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-->