开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 2 Fork 1

永夜/WebStackPage.github.io

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (2)
master
webstack-mod
master
分支 (2)
master
webstack-mod
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (2)
master
webstack-mod
404.html 4.52 KB
一键复制 编辑 原始数据 按行查看 历史
Viggo 提交于 2020年02月01日 01:54 +08:00 . baidu analytics
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>webstack - 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0" />
<link rel="shortcut icon" href="./assets/images/favicon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-77253689-1"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c05bb16ea908292af9f6c513087a1cc3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-77253689-1');
</script>
<style>
html,
body {
width: 100%;
height: 100%
}
a,
a img,
a:before,
a:after {
text-decoration: none;
transition-duration: .25s
}
section {
display: block
}
body {
line-height: 1
}
#about {
width: 40%;
position: absolute;
top: 40%;
left: 10%;
z-index: 20;
transform: translate(0, -50%);
}
#about h1 {
margin: 30px;
}
#about p {
margin: 30px;
}
#about img {
margin-left: 30px;
}
#about .social {
float: left;
margin: 30px;
}
#about .copyright {
width: 100%;
float: left;
margin-bottom: 0px;
}
@media (max-width: 768px) {
#about {
width: 100%;
left: 0px;
height: 100%;
background-color: rgba(255, 255, 255, 0.85);
}
#about h1 {
margin: 30px;
}
#about p {
margin: 30px;
}
#about .social {
margin: 30px;
}
#about .copyright {
width: 100%;
float: left;
margin-bottom: 0px;
}
}
@media (max-width: 580px) {
#about {
width: 100%;
left: 0px;
height: 100%;
background-color: rgba(255, 255, 255, 0.85);
}
#about h1 {
margin: 30px;
}
#about p {
margin: 30px;
margin-bottom: 0px
}
#about .social {
margin: 30px;
margin-bottom: 0px
}
#about .copyright {
width: 100%;
float: left;
margin-bottom: 0px;
}
}
.animated {
animation-duration: 1s;
animation-fill-mode: both
}
.bounce-in {
animation-name: bounce-in
}
@keyframes bounce-in {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity: 0;
transform: translate3d(-3000px, -50%, 0)
}
60% {
opacity: 1;
transform: translate3d(25px, -50%, 0)
}
75% {
transform: translate3d(-10px, -50%, 0)
}
90% {
transform: translate3d(5px, -50%, 0)
}
to {
transform: translate3d(0, -50%)
}
}
body {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.75;
color: rgba(0, 0, 0, 0.65)
}
h1 {
font-family: "Merriweather", sans-serif;
font-size: 50px;
font-weight: 700;
line-height: 1.25;
color: rgba(0, 0, 0, 0.85);
margin-bottom: 25px
}
a {
color: rgba(3, 3, 3, 0.85);
font-weight: 600;
}
@media (max-width: 580px) {
body {
font-size: 14px
}
h1 {
font-size: 42px;
line-height: 1.45
}
}
.bg-align {
margin-top: 50%;
}
</style>
</head>
<body>
<section id="about" class="animated bounce-in">
<div class="bg-align">
<h1>404</h1>
<p>Oops! It looks like you're lost...</p>
<p>The Page you're looking for doesn't exist or another error occurred.</p>
<p><a href="http://webstack.cc">👉 webstack.cc</a></p>
</div>
</section>
</body>
</html>
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

fork from https://github.com/WebStackPage/WebStackPage.github.io.git
暂无标签
MIT
使用 MIT 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cn-src/WebStackPage.github.io.git
git@gitee.com:cn-src/WebStackPage.github.io.git
cn-src
WebStackPage.github.io
WebStackPage.github.io
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /