Last active 1697448853

Why has CodeProxy changed?

why.html Raw
1
2<!doctype html>
3<html>
4<head>
5 <meta charset="utf-8">
6 <title>We're so sorry. We screwed up</title>
7 <style>
8 .container {
9 width: 60%;
10 margin: 10% auto 0;
11 background-color: #f0f0f0;
12 padding: 2% 5%;
13 border-radius: 10px
14 }
15
16 ul {
17 padding-left: 20px;
18 }
19
20 ul li {
21 line-height: 2.3
22 }
23
24 a {
25 color: #20a53a
26 }
27 </style>
28</head>
29<body>
30 <div class="container">
31 <h1>For reasons of force majeure, all of CodeProxy's data has disappeared, despite our best efforts to mitigate the impact.</h1>
32 <h3>We're sorry, we didn't want to see that either, but there's no way to recover.</h3>
33 <ul>
34 <p>If you still choose to believe in us, we would appreciate it.</p>
35 <p>TConsidering the demand factor, we will not run the large Git service in the short term, and will add more at a later time depending on the situation, so please forgive us.</p>
36 </ul>
37 </div>
38</body>
39</html>