weChatSuccess.html 464 Bytes
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/xml; charset=utf-8"/>
</head>
<title>扫码成功</title>
<style>
    .center {
        line-height: 200px;
        height: 100%;
        text-align: center;
    }

    .center p {
        line-height: 1.5;
        display: inline-block;
        vertical-align: middle;
        font-size: 6rem;
    }
</style>
<body>
<div class="center">
    <p>扫码成功</p>
</div>
</body>
</html>