2
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<link rel="icon" a href="https://is.gd/DhDDsG">
<style>
* {
margin: 0px;
padding: 0px;
}
body {
background-repeat: no-repeat;
}
</style>
<script>
var titulo = "- 0wn3d bY 0xyrh0pus -"
var titulo = titulo + " "
i = "0"
var tmptitulo = ""
var velocidade = "50"
const scrollTitulo = () => {
if (!document.all && !document.getElementById)
return
document.title = tmptitulo + titulo.charAt(i)
tmptitulo = tmptitulo + titulo.charAt(i)
i++
if (i == titulo.length)
{
i = "0"
tmptitulo = ""
}
setTimeout("scrollTitulo()", 20)
}
window.onload = scrollTitulo
</script>
</head>
<body>
</body>
</html>
https://caniuse.com/#feat=meta-theme-color
– Laércio Lopes