diff --git a/index.html b/index.html index 8f3e89a..29185b1 100644 --- a/index.html +++ b/index.html @@ -33,18 +33,21 @@
-

Projects

+

Links

Code Files + Forums + Discord

Contributions

- PenguinMod + PenguinMod Hatch Elemental on Discord
+ \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..abb194d --- /dev/null +++ b/index.js @@ -0,0 +1,5 @@ +function copy() { + let addr = 'biglyderv'; + navigator.clipboard.writeText(addr); + alert(addr); +} \ No newline at end of file