汐岑小窝

  • 首页
  • 网络资源
  • 技术教程
  • 软件工具
  • 网站源码
汐岑小窝
一个零零后的博客小窝
  1. 首页
  2. 网站源码
  3. 正文

网站维护更新简易单页404页html代码

2018年5月24日 985点热度 0人点赞 0条评论

一个简约风格的单页html页面,可用于网站维护中或更新网站时挂个首页使用,如果不喜欢现在的颜色请F12修改设置既可。

以下为全部代码:

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>网站维护更新中,敬请期待</title>
</head>
<style>
*{
  margin:0;
  padding:0;
  }
html{
  height:100%;
  }
body{
  background:#F1FDFE;
  height:100%;
  }
.mom{
  width:600px;
  height:100px;
  line-height:100px;
  text-align:center;
  font-size:30px;
  border-width:5px;
  border-style:dashed;
  border-color:rgb(200, 0, 255);
  position:relative; left:50%;
  margin-left:-300px; top:50%;
  margin-top:-50px;
  background:#e6fafd;
  color:rgb(255, 0, 55);
  }
</style>
<body>
<div class="mom">
    网站维护更新维护中,敬请期待....
</div>
</body>
</html>

标签: 404 源码 网站维护
最后更新:2018年5月24日

汐岑君

这个人很懒,什么都没留下

打赏 点赞
< 上一篇
下一篇 >
分类
  • SEO优化
  • Special
  • 技术教程
  • 文章广告
  • 杂文语录
  • 网站源码
  • 网络资源
  • 软件工具
归档
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2019年12月
  • 2019年5月
  • 2019年4月
  • 2019年2月
  • 2019年1月
  • 2018年12月
  • 2018年9月
  • 2018年8月
  • 2018年7月
  • 2018年6月
  • 2018年5月
  • 2018年4月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2017年8月
  • 2017年7月
  • 2017年6月
  • 2017年5月
  • 2017年4月

COPYRIGHT © 2021 汐岑小窝. ALL RIGHTS RESERVED.

THEME KRATOS MADE BY VTROIS

赣ICP备19000739号-2