Skip to content

Commit

Permalink
inline function?
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 20, 2024
1 parent ce98613 commit 3adaf5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ rl.close();
}</script>
</head>

<body onload = "getOPR()">
<body onload = "
axios.get("https://api.ftcscout.org/rest/v1/teams/15031/quick-stats?season=2023&region=All")
.then(response => {
var opr = response.data["tot"]["value"];
document.getElementById("opr").innerHTML = opr;
})
rl.close();">
<p>Hello!</p>

<p>I'm Iris! I'm trans, 16, and enjoy programing and playing games. Im a member of First Tech Challange 15031, BoltBusterZ.</p>
Expand Down

0 comments on commit 3adaf5c

Please sign in to comment.