eeeeeeeeEEEEEEEEEEEEEEEEEEEEEEEEE
This commit is contained in:
parent
4a1a5ff105
commit
8b19c37659
18
e.html
18
e.html
|
|
@ -2,11 +2,23 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<script>console.log('e');</script>
|
<title>e</title>
|
||||||
|
<style>
|
||||||
|
[e] {
|
||||||
|
word-wrap:break-word;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>e</h1>
|
<h1 e>e</h1>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
let e = document.querySelector("[e]");
|
||||||
|
setInterval(() => {
|
||||||
|
e.innerHTML += "e";
|
||||||
|
}, 1);
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue