summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-20 17:24:57 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-20 17:24:57 +0100
commitc27d88372df8cf06d71b026e75ad1563384f1997 (patch)
tree771a181df5c23417d47af64b0109035639bd7dd5
parente1d3ce642298304a0e999b1dd6feb0b95ee78975 (diff)
downloadlanding-c27d88372df8cf06d71b026e75ad1563384f1997.tar.gz
landing-c27d88372df8cf06d71b026e75ad1563384f1997.tar.bz2
landing-c27d88372df8cf06d71b026e75ad1563384f1997.zip
JavaScript disclaimer.stable
-rw-r--r--demo/javascript.html55
1 files changed, 29 insertions, 26 deletions
diff --git a/demo/javascript.html b/demo/javascript.html
index 71c814f..436c186 100644
--- a/demo/javascript.html
+++ b/demo/javascript.html
@@ -1,28 +1,31 @@
-<!DOCTYPE html>
<!-- This file is in the public domain -->
-<html lang="en">
-<head profile="http://www.w3.org/2005/10/profile">
- <title>JavaScript License Information</title>
-</head>
-<body>
-<table id="jslicense-labels1">
- <thead>
- <tr>
- <th>Script</th>
- <th>License</th>
- <th>Source</th>
- </tr>
- </thead>
-<tr>
- <td><a href="/static/web-common/taler-wallet-lib.js">taler-wallet-lib.js</a></td>
- <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
- <td><a href="/static/web-common/taler-wallet-lib.js.tar.gz">taler-wallet-lib.js.tar.gz</a></td>
-</tr>
-<tr>
- <td><a href="/static/web-common/dropdown-navbar_script.js">dropdown-navbar_script.js</a></td>
- <td><a href="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL</a></td>
- <td><a href="/static/web-common/dropdown-navbar_script.js">dropdown-navbar_script.js</a></td>
-</tr>
-</table>
-</body>
+
+<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>
+-->