summaryrefslogtreecommitdiff
path: root/talermerchantdemos/donations/templates/javascript.html
blob: 436c1866bea4edf44fb94655c189c579775eeb3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- This file is in the public domain -->

<html>
  <head>
    <title>JavaScript disclaimer.</title>
  </head>
  <body>
    <h3>This site does not use JavaScript.</h3>
  </body>
</html>

<!-- The following lines are kept as a template for future inclusion of JavaScript files. -->

<!--
  <html>
  <body>
  <table id="jslicense-labels1">
  <tr>
    <td><a href="/static/path/to/example0.js">example0.js</a></td>
    <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
    <td><a href="/static/path/to/example0.js.tar.gz">example0.js.tar.gz</a></td>
  </tr>
  <tr>
    <td><a href="/static/path/to/example1.js">example1.js</a></td>
    <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
    <td><a href="/static/path/to/example1.js.tar.gz">example1.js.tar.gz</a></td>
  </tr>
  </table>
  </body>
  </html>
-->