FastGithub/FastGithub/wwwroot/cert.html
2021-10-28 17:43:26 +08:00

24 lines
552 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="libs/bootstrap.min.css" rel="stylesheet" />
<title>证书验证</title>
<style type="text/css">
body {
overflow-x: hidden;
overflow-y: auto;
background-color: #ddd;
}
</style>
</head>
<body>
<div class="container">
<h4>git提示<code>SSL certificate problem</code></h4>
</div>
</body>
</html>