tor-browser

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

1170688-ref.html (312B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <style type="text/css">
      6 @font-face {
      7  font-family: local-gentium;
      8  src: url(../fonts/sil/GenR102.ttf);
      9 }
     10 p {
     11  font: 300% local-gentium, serif;
     12  font-weight: bold;
     13  color: rgb(100,255,100);
     14  margin: 0;
     15 }
     16 </style>
     17 </head>
     18 <body>
     19 <p>Test</p>
     20 </body>
     21 </html>