Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<script>
async function fetch_status() {
let response = await fetch('this_file_does_not_exist.txt');
return response.status;
}
</script>
</head>
<body>
</body>
</html>