-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>PV Certificates Viewer</title> <meta name="description" content="PV Certificate Viewer makes it easy for you to display certificate related details in your web application. Web components for viewing lists of certificates and certificates."> <meta name="keywords" content="certificate decoding web-component certificate-viewer certificates-viewer x509-viewer webpki pki asn1 x509-parser x509"> <link rel="stylesheet" href="./build/peculiar.css"> <link rel="stylesheet" href="./index.css"> </head> <body> <header> <a href="/"> <h3> Peculiar Certificates Viewer </h3> </a> <nav> <a href="./introduction.html">Introduction</a> <a href="./examples.html">Examples</a> <a href="https://github.com/PeculiarVentures/pv-certificates-viewer">GitHub</a> </nav> </header> <section id="content"></section> <script src="https://unpkg.com/[email protected]/umd/history.production.min.js"></script> <script type="module" src="./build/peculiar.esm.js"></script> <script nomodule="" src="./build/peculiar.js"></script> <script src="./index.js"></script> </body></html> | ||
<!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>PV Certificates Viewer</title> <meta name="description" content="PV Certificate Viewer makes it easy for you to display certificate related details in your web application. Web components for viewing lists of certificates and certificates"> <meta name="keywords" content="certificate decoding web-component certificate-viewer certificates-viewer x509-viewer webpki pki asn1 x509-parser x509"> <link rel="stylesheet" href="./build/peculiar.css"> <link rel="stylesheet" href="./index.css"> </head> <body> <header> <a href="/"> <h3> Peculiar Certificates Viewer </h3> </a> <nav> <a href="./introduction.html">Introduction</a> <a href="./examples.html">Examples</a> <a href="https://github.com/PeculiarVentures/pv-certificates-viewer">GitHub</a> </nav> </header> <section id="content"></section> <script src="https://unpkg.com/[email protected]/umd/history.production.min.js"></script> <script type="module" src="./build/peculiar.esm.js"></script> <script nomodule="" src="./build/peculiar.js"></script> <script src="./index.js"></script> </body></html> |