Skip to content

Instantly share code, notes, and snippets.

@forewing
Created September 20, 2021 23:59
Show Gist options
  • Save forewing/10159b74a62ae74e14032216d63deeaa to your computer and use it in GitHub Desktop.
Save forewing/10159b74a62ae74e14032216d63deeaa to your computer and use it in GitHub Desktop.
πŸ˜….html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.95em%22 font-size=%2280%22>&#128517;</text></svg>">
<title>&#128517;</title>
</head>
<body>
<div id="main" style="font-size: xx-large">&#128517;</div>
</body>
<script>
const content = "&#128517;"
let func = () => document.getElementById("main").innerHTML += "&#128517;"
var interval = window.setInterval(func, 0)
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment