Merge pull request #181 from Threebow/eeeeeeeeeeeeeeeeeeeeeeee

infinite HTML eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ing
This commit is contained in:
LinuxMercedes 2018-12-09 12:44:07 -06:00 committed by GitHub
commit e7ef943db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
e.html
View File

@ -2,11 +2,23 @@
<html>
<head>
<script>console.log('e');</script>
<title>e</title>
<style>
[e] {
word-wrap:break-word;
}
</style>
</head>
<body>
<h1>e</h1>
<h1 e>e</h1>
<script>
let e = document.querySelector("[e]");
setInterval(() => {
e.innerHTML += "e";
}, 1);
</script>
</body>
</html>
</html>