mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 17:06:25 +08:00
21 lines
360 B
HTML
21 lines
360 B
HTML
<html>
|
|
<head>
|
|
<title>GmSSL Plugin Test</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>GmSSL Plugin Test</h1>
|
|
<hr>
|
|
|
|
<embed name="plugin" type="application/x-gmssl" id="plugin" width="0" height="0"></embed>
|
|
<br>
|
|
|
|
<script>
|
|
|
|
var gmssl = document.getElementById('plugin').gmssl;
|
|
document.write('GmSSL NPAPI Plugin Version: ' + gmssl.version + '<br><br>');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|