summaryrefslogtreecommitdiff
path: root/talermerchantdemos/donations/templates/javascript.html
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-07-22 16:11:30 +0200
committerMS <ms@taler.net>2020-07-22 16:11:30 +0200
commit3ca29bf465d0419c0915924910b4e81a73ec8cef (patch)
tree66a221ee0116abceb0179ddabc03040b0b3c7c1c /talermerchantdemos/donations/templates/javascript.html
parent147658b30dfbce61f6f4e087a0c81e85899dda15 (diff)
downloadtaler-merchant-demos-3ca29bf465d0419c0915924910b4e81a73ec8cef.tar.gz
taler-merchant-demos-3ca29bf465d0419c0915924910b4e81a73ec8cef.tar.bz2
taler-merchant-demos-3ca29bf465d0419c0915924910b4e81a73ec8cef.zip
import static files
Diffstat (limited to 'talermerchantdemos/donations/templates/javascript.html')
-rw-r--r--talermerchantdemos/donations/templates/javascript.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/talermerchantdemos/donations/templates/javascript.html b/talermerchantdemos/donations/templates/javascript.html
new file mode 100644
index 0000000..436c186
--- /dev/null
+++ b/talermerchantdemos/donations/templates/javascript.html
@@ -0,0 +1,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>
+-->