blob: 30684c90dd1554f83bf0470e6caa90db849f769a [file] [log] [blame]
<html>
<body>
<h1>HELLO WORLD!</h1>
<script>
fetch("/cachetime").then((response) => {
console.log("hello");
});
</script>
</body>
</html>