tor-browser

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

doc_inspector_highlighter_cssshapes-percent.html (364B)


      1 <!-- Any copyright is dedicated to the Public Domain.
      2     http://creativecommons.org/publicdomain/zero/1.0/ -->
      3 <!DOCTYPE html>
      4 <meta charset="utf-8">
      5 <style>
      6  html, body {
      7    height: 100%;
      8    margin: 0;
      9  }
     10 
     11  #inset {
     12    /* clip-path gets added with JavaScript */
     13    width: 100%;
     14    height: 100%;
     15    background: #f06;
     16  }
     17 </style>
     18 <div id="inset"></div>