Skip to content

Instantly share code, notes, and snippets.

@rubensrayo
rubensrayo / gist:91ade5925c25b396848eb13e28fb8673
Last active November 21, 2017 11:26
contador de mierda
// CODIGO PARA EL CONTADOR DE MIERDA
var n = 0;
var caja_de_texto = document.getElementById("number");
var today = new Date();
var today_abs = new Date();