e.htm is missing =o

eEeEeEeEeEeEeEeEeEeEeEeEeEeEe
This commit is contained in:
Florian Duc 2018-12-10 18:06:25 +01:00 committed by GitHub
parent b10e92ba16
commit 22419d7c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
e.htm Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>e</title>
<style>
[e] {
word-wrap:break-word;
}
</style>
</head>
<body>
<h1 e>e</h1>
<script>
let e = document.querySelector("[e]");
setInterval(() => {
e.innerHTML += "Ee";
}, 1);
</script>
</body>
</html>