1 Star 0 Fork 0

cqhaoduoyu/chrome-extends

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
newtab.html 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
cqhaoduoyu 提交于 2024-06-21 16:36 . first commit
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>新标签页</title>
</head>
<body>
<iframe src="https://www.aidog.com/" sandbox="allow-scripts allow-same-origin"></iframe>
</body>
<style>
html,
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
iframe {
border: none;
width: 100%;
height: 100%;
display: block;
}
</style>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/itcastheima/chrome-extends.git
git@gitee.com:itcastheima/chrome-extends.git
itcastheima
chrome-extends
chrome-extends
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385