xbr-random.js
Tu solo ves un par de texto, como este...
pero la realidad es que lo de arriba, aparece gracias a todo esto:
<p class="xbrRandom"></p>
<script>
var elements = {
copyYear: document.querySelector(".xbrRandom")
};
var textRandom = [
"2",
"<b>1</b>",
new Date().getFullYear() + " @luisangelmaciel "
];
var rand = Math.floor(Math.random() * textRandom.length);
elements.copyYear.innerHTML += textRandom[rand];
reset();
</script>
View on Instagram View on Flickr View on Twitter