Skip to content

Commit

Permalink
javascript?
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 19, 2024
1 parent 50ee417 commit 31d4c88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ I'm Iris! I'm trans, 16, and enjoy programing and playing games. Im a member of

My particular interests include combat robotics, Valorant Esports, and finding new ways to procrastinate doing my homework.


<script language = 'javascript'>
function myFunction() {
alert("Hello, world!");
}
</script>
<button onclick="myFunction()">Click me</button>



0 comments on commit 31d4c88

Please sign in to comment.