1

Temat: random

<h1><script>
  var r = Math.floor(Math.random()*2);
  document.write(r);
</script>