-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update from gridea: 2024-12-04 21:38:19
- Loading branch information
0 parents
commit ecbcfa8
Showing
74 changed files
with
3,488 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Page Not Found</title> | ||
<style> | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
body { | ||
display: flex; | ||
flex-direction: column; | ||
height: 100vh; | ||
text-align: center; | ||
} | ||
.box { | ||
flex: 1; | ||
display: flex; | ||
justify-content: center; | ||
flex-direction: column; | ||
} | ||
.number { | ||
font-size: 80px; | ||
color: #666; | ||
font-weight: bold; | ||
} | ||
.text { | ||
font-size: 14px; | ||
margin: 24px; | ||
color: #333; | ||
} | ||
.btn-container { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
.btn { | ||
padding: 8px 24px; | ||
display: inline-block; | ||
text-decoration: none; | ||
background: #fff; | ||
border: 2px solid #efefef; | ||
color: #333; | ||
margin: 24px; | ||
border-radius: 20px; | ||
cursor: pointer; | ||
display: flex; | ||
align-items: center; | ||
} | ||
.footer { | ||
padding: 16px; | ||
border-top: 1px solid #efefef; | ||
color: #777; | ||
font-weight: lighter; | ||
} | ||
.footer a { | ||
text-decoration: none; | ||
font-weight: bold; | ||
color: #000; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="box"> | ||
<div class="number">4 0 4</div> | ||
<div class="text"> | ||
Page not found | ||
</div> | ||
<div class="btn-container"> | ||
<a class="btn" id="back"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" style="margin-right: 8px;"> | ||
<path fill="none" d="M0 0h24v24H0z"/> | ||
<path d="M5.828 7l2.536 2.536L6.95 10.95 2 6l4.95-4.95 1.414 1.414L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 1 0 0-12H5.828z"/> | ||
</svg> | ||
Back | ||
</a> | ||
</div> | ||
</div> | ||
<footer class="footer"> | ||
Powered by <a href="https://gridea.dev" target="_blank">Gridea</a> | ||
</footer> | ||
<script> | ||
var back = document.getElementById('back') | ||
back.onclick = function() { console.log('run...'); history.back() } | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blog.pgs.ac.cn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>PGS的Blog</title> | ||
<link rel="shortcut icon" href="https://blog.pgs.ac.cn/favicon.ico?v=1733319451466"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://blog.pgs.ac.cn/styles/main.css"> | ||
<link rel="alternate" type="application/atom+xml" title="PGS的Blog - Atom Feed" href="https://blog.pgs.ac.cn/atom.xml"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700"> | ||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=GTM-M8FMLR5"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'GTM-M8FMLR5'); | ||
</script> | ||
|
||
|
||
<meta name="description" content="" /> | ||
</head> | ||
<body> | ||
<div class="main"> | ||
<div class="main-content"> | ||
<div class="site-header"> | ||
<a href="https://blog.pgs.ac.cn"> | ||
<img class="avatar" src="https://blog.pgs.ac.cn/images/avatar.png?v=1733319451466" alt=""> | ||
</a> | ||
<h1 class="site-title"> | ||
PGS的Blog | ||
</h1> | ||
<p class="site-description"> | ||
|
||
</p> | ||
<div class="menu-container"> | ||
|
||
|
||
<a href="/" class="menu"> | ||
首页 | ||
</a> | ||
|
||
|
||
|
||
<a href="/archives" class="menu"> | ||
归档 | ||
</a> | ||
|
||
|
||
|
||
<a href="/tags" class="menu"> | ||
标签 | ||
</a> | ||
|
||
|
||
|
||
<a href="/post/about" class="menu"> | ||
关于 | ||
</a> | ||
|
||
|
||
</div> | ||
<div class="social-container"> | ||
|
||
|
||
<a href="https://github.com/pgs666" target="_blank"> | ||
<i class="ri-github-line"></i> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://twitter.com/fakekd233" target="_blank"> | ||
<i class="ri-twitter-line"></i> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://weibo.com/u/6312018242" target="_blank"> | ||
<i class="ri-weibo-line"></i> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://www.zhihu.com/people/pgs666" target="_blank"> | ||
<i class="ri-zhihu-line"></i> | ||
</a> | ||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<div class="archives-container"> | ||
|
||
<h2 class="year">2024</h2> | ||
|
||
|
||
<a href="https://blog.pgs.ac.cn/post/cuktech-15-ultra-review/" class="post"> | ||
<h2 class="post-title"> | ||
酷态科15号Ultra评测-越级,全面升级? | ||
</h2> | ||
<div class="time">2024-12-04</div> | ||
</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2 class="year">2022</h2> | ||
|
||
|
||
|
||
|
||
<a href="https://blog.pgs.ac.cn/post/samsung-galaxy-watch4/" class="post"> | ||
<h2 class="post-title"> | ||
Samsung Galaxy Watch4评测——它改变了WearOS? | ||
</h2> | ||
<div class="time">2022-01-14</div> | ||
</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2 class="year">2021</h2> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<a href="https://blog.pgs.ac.cn/post/how-to-use-lawnchair-on-miui/" class="post"> | ||
<h2 class="post-title"> | ||
如何让你的MIUI设备使用原生的动画效果 | ||
</h2> | ||
<div class="time">2021-11-21</div> | ||
</a> | ||
|
||
|
||
|
||
<a href="https://blog.pgs.ac.cn/post/guan-yu-ci-bo-ke/" class="post"> | ||
<h2 class="post-title"> | ||
关于此博客 | ||
</h2> | ||
<div class="time">2021-11-15</div> | ||
</a> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
<div class="pagination-container"> | ||
|
||
|
||
</div> | ||
|
||
|
||
<div class="site-footer"> | ||
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | ||
<a class="rss" href="https://blog.pgs.ac.cn/atom.xml" target="_blank"> | ||
<i class="ri-rss-line"></i> RSS | ||
</a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.