tor-browser

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

allowedcharacters3html.html (380B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Example</title>
      6    <link href="allowedcharacters3htmlrules.xml" rel="its-rules"> 
      7  </head>
      8  <body>
      9    <p>Login names can only use letters from A to Z (upper or lowercase)
     10    and the character underscore (_) and minus (-).
     11    For example: <code id="name">Huck_Finn</code>.</p>
     12  </body>
     13 </html>