upload
This commit is contained in:
5
scripty/dano.js
Normal file
5
scripty/dano.js
Normal file
@@ -0,0 +1,5 @@
|
||||
document.onload = function () {
|
||||
const response = fetch("/upload.php");
|
||||
const tabulka = document.getElementById("tabulka");
|
||||
tabulka.innerHTML = response.text;
|
||||
}
|
Reference in New Issue
Block a user