diff --git a/index.html b/index.html index 72302a4..6a4767f 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Bad website +

On this website i host games and other stuff.

Contact:

diff --git a/index.js b/index.js new file mode 100644 index 0000000..4ad9d9b --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +new cursoreffects.rainbowCursor({length: 3, colors: ['red', 'cyan', 'green', 'purple', 'pink', 'yellow', '', 'blue'], size: 4}); \ No newline at end of file