Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBiggestBozo authored Feb 27, 2024
1 parent d88c4e6 commit 0c1c263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@

<body>

<div>Click here to continue</div>
<div id="link" onClick = "clickFunction()">Click here to continue</div>

<script type="text/javascript">"use strict";

(() => {

document.onclick = () => {


const win = window.open(void 0, "_blank", "");

Expand Down

0 comments on commit 0c1c263

Please sign in to comment.