Skip to content

Instantly share code, notes, and snippets.

@EdJoPaTo
Created December 2, 2019 12:51
Show Gist options
  • Save EdJoPaTo/b7fdc7034bf27f61534f1d6120638024 to your computer and use it in GitHub Desktop.
Save EdJoPaTo/b7fdc7034bf27f61534f1d6120638024 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><title>lol</title>
<script type='text/javascript'>
function update() {
var element = document.getElementsByTagName("H1")[0];
element.innerHTML += " Ente";
setTimeout(update, 250);
}
setTimeout(update, 2000);
</script>
</head>
<body>
<h1>Ente</h1>
</body>
</html>
User-agent: *
Disallow: /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment