cl01/wp-content/themes/CorePress/component/page-preventred.php
2025-02-24 12:39:24 +08:00

24 lines
672 B
PHP
Executable File

<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>不支持微信或者QQ打开</title>
<style>
html, body {
height: 100%;
}
img {
width: 100%;
max-width: 502px;
}
</style>
</head>
<body>
<div style="height: 100%;background-color: #000;text-align: right">
<img src="<?php echo file_get_img_url('llqdk.png') ?>" alt="">
</div>
</body>
</html>