tor-browser

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

color-1-ref.html (263B)


      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  color: yellow;
     15 }
     16 </style>
     17 </head>
     18 <body>
     19 <span>&#xe000;</span>
     20 </body>
     21 </html>