-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (84 loc) · 3.48 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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.1.0/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/popper.js/1.12.5/umd/popper.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/4.1.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="/.resource/css/mirror.css" media="screen" />
<script type="text/javascript" src=".resource/js/mirror.js" ></script>
<script type="text/javascript" src=".resource/js/main.js" ></script>
<script type="text/javascript" src=".resource/js/web.js"></script>
<title>SEUITE 开源软件镜像站</title>
</head>
<body>
<h1 id="title">欢迎访问SEUITE开源镜像站</h1>
<div class="col-md-8 column">
<table class="table">
<thead>
<tr>
<th>镜像名</th>
<th>上次更新时间</th>
<th>更新源</th>
<th>状态</th>
<th>镜像大小</th>
<th>使用帮助</th>
</tr>
</thead>
<tbody id="table">
<tr class="warning">
<td><a href="/centos/">centos/</a></td>
<td class="centos update-time">N/A</td>
<td class="centos upstream">N/A</td>
<td class="centos sync-status">N/A</td>
<td class="centos mirror-size">N/A</td>
<td><a href="/.help/centos.html">Centos/Redhat 使用帮助</a></td>
</tr>
<tr>
<td><a href="/epel/">epel/</a></td>
<td class="epel update-time">N/A</td>
<td class="epel upstream">N/A</td>
<td class="epel sync-status">N/A</td>
<td class="epel mirror-size">N/A</td>
<td><a href="/.help/epel.html">EPEL 使用帮助</a></td>
</tr>
<tr>
<td><a href="/ubuntu/">ubuntu/</a></td>
<td class="ubuntu update-time">N/A</td>
<td class="ubuntu upstream">N/A</td>
<td class="ubuntu sync-status">N/A</td>
<td class="ubuntu mirror-size">N/A</td>
<td><a href="/.help/ubuntu.html">Ubuntu 使用帮助</a></td>
</tr>
<tr>
<td><a href="/deepin/">deepin/</a></td>
<td class="epel update-time">N/A</td>
<td class="epel upstream">N/A</td>
<td class="epel sync-status">N/A</td>
<td class="epel mirror-size">N/A</td>
<td><a href="/.help/epel.html">deepin 使用帮助</a></td>
</tr>
<tr>
<td><a href="/seulon/">seulon/</a></td>
<td class="epel update-time">N/A</td>
<td class="epel upstream">N/A</td>
<td class="epel sync-status">N/A</td>
<td class="epel mirror-size">N/A</td>
<td><a href="/.help/epel.html">seulon 使用帮助</a></td>
</tr>
</tbody>
</table>
</div>
<footer class="py-5 bg-dark">
<div class="container">
<a class="m-0 text-center text-white" target="_blank" href="http://club.seu.services/intro/mirrorstation">相关文档</a>
<a class="m-0 text-center text-white" target="_blank" href="https://github.com/seuite/">Github/SEUITE</a>
</div>
<div class="container">
<p class="m-0 text-center text-white">Copyright © SEUITE 2019</p>
</div>
<!-- /.container -->
</footer>
</body>
</html>