<html>
<head>
<meta http-equiv='refresh' content='10;url=https://franciscochaves.com.br' />
<title>Redirect Page</title>
</head>
<body>
<p class="count">Redirect Page </p>
</body>
</html>
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
p {
font-family: Montserrat, sans-serif;
font-size: 2em;
}
const count = document.querySelector(".count");
setInterval(function () {
count.innerHTML = count.innerHTML.replace(/\▶️/g, "◾️");
count.innerHTML += "▶️ ";
}, 1000);
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.