21 lines
		
	
	
		
			821 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			821 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <link rel="stylesheet" href=" style.css">
 | |
|     <script type="text/javascript" src="dnssec.js"></script>
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <div class="title">HTTPS+ Checker</div>
 | |
|     <table align="center" ">
 | |
|       <tr>
 | |
|         <td id="hsts" class="loading"><a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">HSTS</a></td>
 | |
|         <td id="hpkp" class="loading"><a href="https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning">HPKP</td>
 | |
|       </tr>
 | |
|       <tr>
 | |
|         <td id="dnssec" class="loading"><a href="https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions">DNSSEC</td>
 | |
|         <td id="dane" class="loading"><a href="https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities">DANE/TLSA</td>
 | |
|       </tr>
 | |
|     </table>
 | |
|   </body>
 | |
| </html> |