init
This commit is contained in:
17
index.php
Normal file
17
index.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="no">
|
||||
<script>
|
||||
function register_runner(id) {
|
||||
fetch("upload.php", {
|
||||
method: "POST",
|
||||
body: 'id='+id,
|
||||
headers: {
|
||||
"Content-type": "application/x-www-form-urlencoded"
|
||||
}
|
||||
});
|
||||
};
|
||||
</script>
|
||||
<body>
|
||||
<button onclick="register_runner('121321321')">registrer!</button>
|
||||
</body>
|
||||
<html>
|
||||
Reference in New Issue
Block a user