diff options
author | Minteck <contact@minteck.org> | 2023-01-10 14:54:04 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-01-10 14:54:04 +0100 |
commit | 99c1d9af689e5325f3cf535c4007b3aeb8325229 (patch) | |
tree | e663b3c2ebdbd67c818ac0c5147f0ce1d2463cda /school/node_modules/node-forge/tests/index.html | |
parent | 9871b03912fc28ad38b4037ebf26a78aa937baba (diff) | |
download | pluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.tar.gz pluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.tar.bz2 pluralconnect-99c1d9af689e5325f3cf535c4007b3aeb8325229.zip |
Update - This is an automated commit
Diffstat (limited to 'school/node_modules/node-forge/tests/index.html')
-rw-r--r-- | school/node_modules/node-forge/tests/index.html | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/school/node_modules/node-forge/tests/index.html b/school/node_modules/node-forge/tests/index.html new file mode 100644 index 0000000..2e27c8a --- /dev/null +++ b/school/node_modules/node-forge/tests/index.html @@ -0,0 +1,64 @@ +<!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 © 2010 <a href="http://digitalbazaar.com/">Digital Bazaar, Inc.</a> + </div> +</body> +</html> |