From f9d0f885b5159b746684eccea3c645d68e1fccbc Mon Sep 17 00:00:00 2001 From: biglyderv Date: Thu, 2 Jan 2025 19:58:21 -0500 Subject: [PATCH] some stuff --- index.html | 7 +++++-- index.js | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 index.js 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