-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
54 lines (49 loc) · 1.64 KB
/
index.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
<!DOCTYPE html>
<html lang="en-gb">
<head>
<title>Goodbye | FastGit UK</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="git,fast,github,boost,mirror,fastgit">
<meta name="description" content="FastGit is dedicated to providing users with high-quality and high-speed GitHub acceleration services to help get github contents easier.">
</head>
<body style="margin: 32px">
<h1 style="font-size: 2em;">Sorry, but it's time to say goodbye.</h1>
<br>
<p>Also available in <a href="index.cn.html">简体中文</a></p>
<br>
<p>
Building FastGit has been an extrodinary journey.
We met many warm-hearted people who cared about us along the way, as well as those who abused our service.
<br>
<br>
However, all good things must come to an end. Today is the day we choose to leave.
<br>
<br>
After today, most of the FastGit services and infrastructure will be shut down and no longer available. Most of GitHub repository will be archived, no longer accept any contribution (PR), issues and queries and no longer be maintained.
But you can still access and star these repositories.
<br>
<br>
On behalf of all the core team members of FastGit, I would like to express our gratitude and farewell to everyone.
<br>
<br>
Hope in foreseeable furture, we will meet again.
<br>
</p>
<br>
<p>
</p>
<p>
KevinZonda
<br>
07/06/2024
</p>
<br>
<footer class="container">
<ul>
<li class="footer-text">© 2024 FastGit</li>
</ul>
</footer>
</body>
</html>