Skip to content

Commit

Permalink
one more one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 20, 2024
1 parent 4e57503 commit fcd4b03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ function getOPR() {
document.getElementById("opr").innerHTML = opr;
document.getElementById("value").innerHTML = Math.round(value*100)/100;
document.getElementById("best").innerHTML = best;
})};
</script>
<script>
function getNextSEN(){
});
axios.get("https://vlr.orlandomm.net/api/v1/teams/2")
.then(response => {
var team0 = response.data.data.upcoming["0"]["teams"]["0"]["tag"];
Expand All @@ -42,7 +39,7 @@ function getNextSEN(){

</head>

<body onload = "getOPR(); getNextSEN()">
<body onload = "getOPR();">
<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 fcd4b03

Please sign in to comment.