Page MenuHomePhabricator

The dumbest HTML file in the world

Authored By
Gilles
May 3 2018, 8:54 PM
Size
333 B
Referenced Files
None
Subscribers
None

The dumbest HTML file in the world

<html>
<head>
<script>
document.addEventListener("DOMContentLoaded", function () {
console.info('DOMContentLoaded');
});
document.addEventListener( 'load', function () {
console.info('load');
});
window.onload = function() {
console.info('window onload');
};
console.info('start');
</script>
</head>
<body>
Foo
</body>

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793375
Default Alt Text
The dumbest HTML file in the world (333 B)

Event Timeline