Sha256: 2e8073e57fcbe70d731af908b93df0ae649b20053afbf1ee84ecd495d0f0bedc
Contents?: true
Size: 1.05 KB
Versions: 13
Compression:
Stored size: 1.05 KB
Contents
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta charset="UTF-8"> <link rel="icon" href="data:;base64,="> <style type="text/css"> .main { text-align: center; background-color: white; width: 200px; height: 200px; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .download_btn { background-color: #00CCFF; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 20px; border-radius: 12px; width: 150px; height: 75px; box-shadow: 0 5px 10px rgba(0,0,0,0.2); } </style> <script> function download_cert() { window.location.href = "doraemon.crt"; } </script> </head> <body> <div class="main"> <button class="download_btn" type="button" onClick="download_cert()">下载证书</button> </div> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems