tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1503986-1.html (210B)


      1 <canvas id='c'></canvas>
      2 <script>
      3 document.addEventListener("DOMContentLoaded", function(){
      4 var a=document.getElementById('c').getContext('2d');
      5  a.setLineDash([17]);
      6  a.strokeText('L', 53, 1);
      7 });
      8 </script>