2022-04-17 12:10:51 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh-cn">
|
2022-04-17 14:53:44 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
|
|
<link rel="icon" href="https://fleyx.com/favicon.ico" type="image/x-icon" crossorigin="anonymous" sizes="32*32"/>
|
|
|
|
<title>新建标签页</title>
|
2022-04-17 12:10:51 +08:00
|
|
|
<style>
|
2022-04-17 14:53:44 +08:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2022-04-17 12:10:51 +08:00
|
|
|
</style>
|
2022-04-17 14:53:44 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<iframe src="https://fleyx.com" style="display: block;border: 0" height="100%" width="100%"></iframe>
|
|
|
|
</body>
|
2022-04-17 12:10:51 +08:00
|
|
|
</html>
|