1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
tools/index.html

27 lines
539 B
HTML
Raw Normal View History

2022-07-27 00:48:24 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>微博热搜</title>
<style>
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
overflow: hidden;
}
</style>
</head>
<body>
<iframe src="html/index.html" frameborder="0" style="width: 100%; height: 100%"></iframe>
</body>
</html>