-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
140 lines (63 loc) · 3.04 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="SJTUG">
<meta name="description" content="SJTU *NIX User Group">
<meta name="generator" content="Hugo 0.83.1" />
<title>404 Page not found · SJTUG - A Joyful Techie User Group</title>
<link rel="shortcut icon" href="https://sjtug.org/images/favicon.ico">
<link rel="stylesheet" href="https://sjtug.org/css/style.css">
<link rel="stylesheet" href="https://sjtug.org/css/highlight.css">
<link rel="stylesheet" href="https://sjtug.org/fontawesome/css/font-awesome.min.css">
<link href="" rel="alternate" type="application/rss+xml" title="SJTUG - A Joyful Techie User Group" />
<link href="" rel="feed" type="application/rss+xml" title="SJTUG - A Joyful Techie User Group" />
</head>
<body>
<nav class="main-nav">
<a href='https://sjtug.org/'> <span class="arrow">←</span>Home</a>
<a href='https://sjtug.org/about/'>About</a>
<a href='https://sjtug.org/post/'>Archive</a>
<a href='https://mirrors.sjtug.sjtu.edu.cn/'>Mirrors</a>
<a class="cta" id="join" href='https://sjtug.org/contacts/'>Contacts</a>
</nav>
<section id="wrapper" class="home">
<article class="post">
<header>
<h1>404 - Page not found</h1>
<h3>The content you're looking for doesn't seem to exist.</h3>
</header>
<ul id="post-list" class="archive readmore">
<h3>Read more</h3>
<li>
<a href="https://sjtug.org/post/mirror-news/2024-11-28-maintain/">镜像站将于11月28日凌晨0时维护<aside class="dates">Nov 27</aside></a>
</li>
<li>
<a href="https://sjtug.org/post/mirror-news/2024-07-10-remove-deprecated-brew-casks/">移除废弃的 Homebrew 分支镜像 & 维护简报<aside class="dates">Jul 10</aside></a>
</li>
<li>
<a href="https://sjtug.org/post/mirror-news/2024-07-04-maintain/">镜像站将于7月4日上午4时维护<aside class="dates">Jul 2</aside></a>
</li>
<li>
<a href="https://sjtug.org/post/mirror-news/2024-06-03-maintain/">镜像站自6月3日起公网服务不可用<aside class="dates">Jun 3</aside></a>
</li>
</ul>
</article>
<footer id="footer">
<div id="social">
<a class="symbol" href="https://www.github.com/sjtug">
<i class="fa fa-github"></i>
</a>
<a class="symbol" href="https://www.twitter.com/sjtug">
<i class="fa fa-twitter"></i>
</a>
</div>
<p class="small">
© Copyright 2024 SJTUG
</p>
</footer>
</section>
</body>
</html>