summaryrefslogtreecommitdiff
path: root/school/node_modules/node-forge/tests/index.html
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-02-23 19:34:56 +0100
committerMinteck <contact@minteck.org>2023-02-23 19:34:56 +0100
commit3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 (patch)
tree75be5fba4368472fb11c8015aee026b2b9a71888 /school/node_modules/node-forge/tests/index.html
parent8cc1f13c17fa2fb5a4410542d39e650e02945634 (diff)
downloadpluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.tar.gz
pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.tar.bz2
pluralconnect-3d1cd02f27518f1a04374c7c8320cd5d82ede6e9.zip
Updated 40 files, added 37 files, deleted 1103 files and renamed 3905 files (automated)
Diffstat (limited to 'school/node_modules/node-forge/tests/index.html')
-rw-r--r--school/node_modules/node-forge/tests/index.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/school/node_modules/node-forge/tests/index.html b/school/node_modules/node-forge/tests/index.html
deleted file mode 100644
index 2e27c8a..0000000
--- a/school/node_modules/node-forge/tests/index.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <meta name="author" content="Digital Bazaar, Inc.; http://digitalbazaar.com/" />
- <meta name="description" content="Forge Tests" />
- <link type="text/css" rel="stylesheet" media="all" href="screen.css" />
- <title>Forge Tests</title>
-</head>
-
-<body>
- <div class="header">
- <h1>Forge Tests</h1>
- </div>
- <div class="content">
- <fieldset class="section">
- <ul>
- <li>These are various tests of the Forge JavaScript libraries.</li>
- <li>Please see the code and documentation for details.</li>
- </ul>
- </fieldset>
- <fieldset class="section">
- <legend>Tests</legend>
- <ul>
- <li><a href="common.html">Common</a>
- <sup>1,2</sup>
- </li>
- <li><a href="form.html">Form</a>
- <sup>1,2</sup>
- </li>
- <li><a href="performance.html">Performance</a>
- <sup>1,2</sup>
- </li>
- <li><a href="tasks.html">Tasks</a>
- <sup>1,2</sup>
- </li>
- <li><a href="socketPool.html">SocketPool</a>
- <sup>1</sup>
- </li>
- <li><a href="http.html">HTTP</a>
- <sup>1</sup>
- </li>
- <li><a href="tls.html">TLS</a>
- <sup>2</sup>
- </li>
- <li><a href="xhr.html">XHR</a>
- <sup>1,2</sup>
- </li>
- <li><a href="webid.html">Web ID</a>
- <sup>1,2</sup>
- </li>
- </ul>
- <div>
- <span><sup>1</sup>: Test works over HTTP</span><br/>
- <span><sup>2</sup>: Test works over HTTPS</span>
- </div>
- </fieldset>
- </div>
- <div class="footer">
- Copyright &copy; 2010 <a href="http://digitalbazaar.com/">Digital Bazaar, Inc.</a>
- </div>
-</body>
-</html>