tor-browser

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

1909933.html (862B)


      1 <!DOCTYPE html>
      2 <html lang="en-AU"><head>
      3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      4    <meta charset="utf-8">
      5    <meta name="viewport" content="width=device-width, initial-scale=1">
      6    <style>
      7        .mw-compass {
      8            overflow: hidden;
      9            width: 36px;
     10            height: 36px;
     11            border-radius: 50%;
     12        }
     13 
     14        .mw-compass svg {
     15            background-color: #fdfdfd;
     16            width: 36px;
     17            height: 36px;
     18        }
     19 
     20        .mw-compass svg {
     21            backdrop-filter: blur(15px);
     22            background-color: red;
     23        }
     24 
     25        html,
     26        body {
     27            background: black;
     28        }
     29    </style>
     30 </head>
     31 
     32 <body>
     33    <div class="mw-compass">
     34        <svg viewBox="1 1 46 46" style="transform:rotate(0deg)" r1721927411659="">
     35        </svg>
     36    </div>
     37 
     38 
     39 </body></html>