Mit schnell gemoppstem Inhalt:
<!DOCTYPE html>
<html>
<head>
<script>
window.addEventListener("load", () => { console.log("This function is executed once the page is fully loaded"); });
</script>
</head>
<body>
<p>Nur etwas Müll.</p>
</body>
</html>