tor-browser

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

tab2.html (244B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="UTF-8" />
      5    <title>tab2</title>
      6  </head>
      7  <body>
      8    <h1 id="content">Tab 2</h1>
      9 
     10    <a href="tab1.html" id="tab1">Tab 1</a>
     11 
     12    <a href="tab3.html" id="tab3">Tab 3</a>
     13  </body>
     14 </html>