You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
559 B

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
function reqListener() {}
const req = new XMLHttpRequest();
req.open("GET", "http://mo.samuelzielke.de/api/", false);
req.send();
myDATA = JSON.parse(req.response);
</script>
<title>TEST</title>
</head>
<body>
<h1>TEST</h1>
<h2 id="test"></h2>
</body>
<script>
document.getElementById("test").innerHTML = myDATA['08.04.24']
</script>
</html>

Powered by TurnKey Linux.