代码拉取完成,页面将自动刷新
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
</head>
<style>
* {
margin: 0;
padding: 0;
}
.pingap-header {
background-color: rgba(255, 255, 255, 0.6);
border-bottom: 1px solid rgba(228, 228, 231, 0.4);
padding: 15px;
line-height: 24px;
}
.pingap-header-content {
max-width: 1000px;
margin: auto;
}
.pingap-logo {
color: rgb(9, 9, 11);
font-weight: bolder;
font-size: 24px;
}
.pingap-version {
font-size: 16px;
}
.pingap-error {
margin: 15px;
text-align: center;
font-size: 18px;
line-height: 24px;
}
@media (prefers-color-scheme: dark) {
html,
body {
background-color: rgb(9, 9, 11);
}
.pingap-header {
background-color: rgba(9, 9, 11, 0.6);
border-bottom-color: rgba(39, 39, 42, 0.4);
}
.pingap-logo {
color: rgb(250, 250, 250);
}
.pingap-error {
color: rgb(250, 250, 250);
}
}
</style>
<body>
<header class="pingap-header">
<div class="pingap-header-content">
<span class="pingap-logo"
>Pingap
<span class="pingap-version">{{version}}</span></span
>
</div>
</header>
<p class="pingap-error">{{error_ype}}</p>
<p class="pingap-error">{{content}}</p>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。