Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Document</title>
</head>
<body>
<h1>HELLO WORLD!</h1>
<script>
window.addEventListener("load",()=>{
fetch("file_cache_splitting_isloaded.sjs");
});
</script>
</body>
</html>