tor-browser

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

99850-1d.html (274B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <script type="text/javascript">
      5 
      6 function change_colors()
      7 {
      8  document.linkColor = "#009933";
      9 }
     10 
     11 </script>
     12 </head>
     13 
     14 <body onload="change_colors()" link="#FF0000">
     15 
     16 <a href="http://mozilla.org/do_not_visit">unvisited link</a>
     17 
     18 </body>
     19 
     20 </html>