-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
57 lines (54 loc) · 2.21 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="viewport" content="width=device-width" initial-scale="1" />
<meta charset="UTF-8">
<title>文件目录</title>
</head>
<style type="text/css">
pre {
overflow: auto;
}
a {
word-break:break-all;
word-wrap:break-word;
}
h2 {
overflow: auto;
word-break:break-all;
word-wrap:break-word;
}
</style>
<body>
<h1>文件目录</h1>
<ul>
<li><a href="..">../</a></li>
<li><a href="linux-headers-4.19.291-amd64-desktop_4.19.291-amd64-desktop-1_amd64.deb"><img src="/icons/deb.svg" width=20px style="width=20px;vertical-align:middle;"> linux-headers-4.19.291-amd64-desktop_4.19.291-amd64-desktop-1_amd64.deb</a></li>
<li><a href="linux-image-4.19.291-amd64-desktop_4.19.291-amd64-desktop-1_amd64.deb"><img src="/icons/deb.svg" width=20px style="width=20px;vertical-align:middle;"> linux-image-4.19.291-amd64-desktop_4.19.291-amd64-desktop-1_amd64.deb</a></li>
<li><a href="linux-libc-dev_4.19.291-amd64-desktop-1_amd64.deb"><img src="/icons/deb.svg" width=20px style="width=20px;vertical-align:middle;"> linux-libc-dev_4.19.291-amd64-desktop-1_amd64.deb</a></li> </ul>
<hr/>
<h3>更新时间:2023年11月03日 05:33:22</h3>
<hr/>
<h2>添加 apt 源</h2>
<pre><code>wget http://kernel.dclc.gfdgdxi.top/sources/github.sh ; bash github.sh ; rm github.sh</code></pre>
<p>项目地址:<a href="https://github.com/gfdgd-xi/dclc-kernel/">https://github.com/gfdgd-xi/dclc-kernel/</a></p>
<hr/>
<h1 id="copyright">©2020~2023 gfdgd xi</h1>
</body>
</body>
</html>
<script>
window.onload = function(){
var d = new Date();
document.getElementById("copyright").innerHTML = "©2020~" + d.getFullYear() + " gfdgd xi";
}
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?807ee27dfca59506248e7f74c812ca3d";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>