tor-browser

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

doc-sourcemaps2.html (579B)


      1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      2    - License, v. 2.0. If a copy of the MPL was not distributed with this
      3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      4 <!DOCTYPE html>
      5 <html>
      6  <head>
      7    <meta charset="UTF-8">
      8  </head>
      9 
     10 <body>
     11 
     12  <section id="example">
     13    <input id ="message" type="text" name="submitButton" value="" />
     14    <input id ="log-message" type="button" name="submitButton" value="Log message!" />
     15  </section>
     16 
     17  <script type="text/javascript" src="sourcemaps2/main.min.js"></script>
     18 
     19 </body>
     20 
     21 </html>