Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Magest1ckkz authored Jan 8, 2025
1 parent 893184d commit 7dba345
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ <h1>🎲 Magestick's cool website! 🎲</h1>
</li>
</ul>
<p>So uhm, hello there. I'm Magestick, or otherwise known as "Sparkxy".<br>The only reason why I made this website because I'm bored.<br>I mostly play videogames. And I'm suck at programming.</p>
<p>Click here to copy the website link into a clipboard</p>
<center><img id="mag" onclick="copyText()" src="./magestick.png"></img></center>
<p>© 2021-2025 Magestick</p>
</body>
<script src="script.js"></script>
</html>
3 changes: 3 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function copyText(){
navigator.clipboard.writeText(`<a href="https://magest1ckkz.github.io/">\n<img src="https://raw.githubusercontent.com/Magest1ckkz/magest1ckkz.github.io/refs/heads/main/magestick.png">\n</a>`)
}

0 comments on commit 7dba345

Please sign in to comment.