mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fix
This commit is contained in:
parent
755f14f203
commit
adb2a20810
@ -7,7 +7,7 @@
|
||||
<button type="button" onclick="YEET();">YEET</button>
|
||||
<h1 id="out"></h1>
|
||||
<script>
|
||||
function yeet(){
|
||||
function YEET(){
|
||||
const url = document.getElementById("input").value
|
||||
fetch(url, { method: 'DELETE' })
|
||||
.then(() => document.getElementById("out") = 'Delete successful');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user