加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.92 KB
一键复制 编辑 原始数据 按行查看 历史
madison 提交于 2023-11-07 21:51 . update
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!--作者-->
<meta name="author" content="zhuangsen"/>
<!--网页关键字:多个关键字用英文逗号分隔-->
<meta name="keywords" content="Blog"/>
<!--网页描述:搜索网站时,title 下面的解释文字。-->
<meta name="description" content="zhuangsen's blog"/>
<meta http-equiv="x-ua-compatible" content="ie=7"/>
<!-- 页面在客户端不缓存;must-revalidate 是针对某些浏览器通过返回按钮回到上一个标签而不重新加载 -->
<meta http-equiv="Cache-Control" content="must-revalidate,no-cache,no-siteapp"/>
<!-- 页面刷新 -->
<meta http-equiv="refresh" content="321;"/>
<!-- 在iPhone的浏览器中页面将以原始大小显示,并不允许用户手动缩放 -->
<meta name="viewport"
content="width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=no;"/>
<!-- 忽略页面对手机号、email的识别 -->
<meta name="format-detection" content="telephone=no, email=no">
<!-- 默认手机最佳宽度 -->
<meta name="MobileOptimized" content="321"/>
<!-- WebApp全屏模式 隐藏地址栏。 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="zhuangsen">
<meta name="screen-orientation" content="landscape">
<meta name="full-screen" content="yes">
<meta name="browsermode" content="application">
<meta name="layoutmode" content="fitscreen">
<meta name="nightmode" content="disable">
<meta name="imagemode" content="force">
<meta name="x5-orientation" content="landscape">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="default">
<link rel="shortcut icon" type="images/x-icon" href="https://img.icons8.com/pastel-glyph/100/rocket-take-off.png">
<title>Bienvenue</title>
</head>
<body>
<h3>Bonjour Bienvenue!</h3>
<p>Comment ça va</p>
<p>The blog is successfully working, please enjoy</p>
<a href="https://blog.zhuangsen.live">Blog</a><br/>
<p><em>Merci beaucoup</em></p>
<a href="https://gpt.zhuangsen.live" target="_blank">ChatGPT</a>
<a href="https://it-tools.zhuangsen.live" target="_blank">IT-Tools</a>
</body>
</html>
<style>
body {
box-sizing: border-box;
padding: 20px 0 0 0;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100vh;
background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
a {
margin: 0 5px;
padding: 0 5px;
color: #ee609c;
background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
text-decoration: none;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化