added rainbow mouse

This commit is contained in:
Boof 2022-11-10 10:34:39 +01:00 committed by GitHub
parent e76d769d57
commit 10ed213d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<title>Bad website</title>
<link rel="stylesheet" href="style.css" Type="text/css" media="all">
<script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script>
<script src="index.js"></script>
<img onclick="window.location.href='http://gg.gg/b0gamead2'" class="alignnone size-full wp-image-1303" class="floatRight" src="/files/img/qm5solke 2.png" alt="" width="318.75" height="468.75" id="hp"/></div>
<p>On this website i host games and other stuff.</p>
<h1 style="font-size:2vw">Contact:</h1>

1
index.js Normal file
View File

@ -0,0 +1 @@
new cursoreffects.rainbowCursor({length: 3, colors: ['red', 'cyan', 'green', 'purple', 'pink', 'yellow', '', 'blue'], size: 4});