commit: e7ef943db8031cafa9e5f7b5266120b1a586aea9
parent 493d1a090332f7c9386af451bbb13a8d482ad79f
Author: LinuxMercedes <LinuxMercedes@gmail.com>
Date: Sun, 9 Dec 2018 12:44:07 -0600
Merge pull request #181 from Threebow/eeeeeeeeeeeeeeeeeeeeeeee
infinite HTML eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ing
Diffstat:
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/e.html b/e.html
@@ -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>-
\ No newline at end of file
+</html>