2022-04-17 14:53:44 +08:00

22 lines
595 B
HTML

<!DOCTYPE html>
<html lang="zh-cn">
<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>
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<iframe src="https://fleyx.com" style="display: block;border: 0" height="100%" width="100%"></iframe>
</body>
</html>