for (let i = index; i <index+full_str.length;i++){
let v = i;
if (v > full_str.length - 1) v -= full_str.length
finalText += full_str[v]
}
// console.log(finalText)
title.innerText = finalText
}
setInterval(scroll_title, 250);
</script>
</head>
<body>
<sectionclass="section">
<divclass="container">
<divclass="centered">
<div>
{% block content %} {% endblock %}
</div>
</div>
</div>
</section>
<footer>hosted using <ahref="https://www.getzola.org/">zola</a>. disclaimer: i do not own my little pony, nor any of its characters. hasbro does (probably). this is a personal website.</footer>