tor-browser

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

page_style.html (131B)


      1 <!DOCTYPE html>
      2 <style>
      3 p { color: blue; font-weight: bold; }
      4 </style>
      5 <p>Some text.</p>
      6 <script>
      7 let gFramesLoaded = 0;
      8 </script>