tor-browser

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

color-1-notref.html (246B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8"/>
      5 <style>
      6 @font-face {
      7  font-family: emoji;
      8  src: url("../fonts/emoji.ttf");
      9 }
     10 
     11 span {
     12  font-family: emoji;
     13  font-size: 25pt;
     14 }
     15 </style>
     16 </head>
     17 <body>
     18 <span>&#xe000;</span>
     19 </body>
     20 </html>