-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.html
More file actions
126 lines (126 loc) · 4.95 KB
/
sources.html
File metadata and controls
126 lines (126 loc) · 4.95 KB
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
<!DOCTYPE html>
<head>
<title>镜像源 - Maingift Github</title>
<meta charset="utf-8">
<link rel="stylesheet" href="mirrors.css">
</head>
<body>
<div class="content">
<div class="Side-Menu-Box">
<div class="Side-Menu">
<input type="checkbox" id="homepage-menu">
<label for="homepage-menu" style="font-size: 30px;">
<a href="index.html" class="Menu" target="_self">
首页
</a>
</label>
</div>
<div class="Side-Menu">
<input type="checkbox" id="sources-menu">
<label for="sources-menu">
<a href="sources.html" class="Menu" target="_self">
镜像源
</a>
</label>
</div>
<div class="Side-Menu">
<input type="checkbox" id="teach-menu">
<label for="teach-menu">
<a href="tutorial.html" class="Menu" target="_self">
教程
</a>
</label>
</div>
</div>
<div class="Content-Page">
<span class="BigTitle">M</span>
<span class="BigTitle">a</span>
<span class="BigTitle">i</span>
<span class="BigTitle">n</span>
<span class="BigTitle">g</span>
<span class="BigTitle">i</span>
<span class="BigTitle">f</span>
<span class="BigTitle">t</span>
<span class="BigTitle"> </span>
<span class="BigTitle">g</span>
<span class="BigTitle">i</span>
<span class="BigTitle">t</span>
<span class="BigTitle">h</span>
<span class="BigTitle">u</span>
<span class="BigTitle">b</span>
<span class="BigTitle"> </span>
<span class="BigTitle"> </span>
<span class="BigTitle">-</span>
<span class="BigTitle"> </span>
<span class="BigTitle"> </span>
<span class="BigTitle">M</span>
<span class="BigTitle">I</span>
<span class="BigTitle">R</span>
<span class="BigTitle">R</span>
<span class="BigTitle">O</span>
<span class="BigTitle">R</span>
<div class="paragraph">
<h2 style="color: rgb(0, 140, 200);">镜像源资源列表</h2>
<!-- 用表格实现三列对齐:软件名称、分享平台、提取码 -->
<table class="resource-table">
<thead>
<tr>
<th>软件名称</th>
<th>分享平台</th>
<th>提取码</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://maingift34.lanzoue.com/iG8QX3hb48dc" target="_blank" class="resource-link">Dev-Cpp
5.9.2 + TDM-GCC 4.8.1</a></td>
<td>蓝奏云</td>
<td>mg34</td>
</tr>
<tr>
<td><a href="https://maingift34.lanzoue.com/i5SI93hb500h" target="_blank" class="resource-link">Downkyi
1.6.1</a></td>
<td>蓝奏云</td>
<td>mg34</td>
</tr>
<tr>
<td><a href="https://maingift34.lanzoue.com/iOjcl3hb45wd" target="_blank" class="resource-link">Fiddler
5.0</a></td>
<td>蓝奏云</td>
<td>mg34</td>
</tr>
<tr>
<td><a href="https://maingift34.lanzoue.com/i8uTR3hb469g" target="_blank" class="resource-link">Python
3.12.0</a></td>
<td>蓝奏云</td>
<td>mg34</td>
</tr>
<tr>
<td><a href="https://maingift34.lanzoue.com/i1bLy3hb48sh" target="_blank" class="resource-link">Sublime
Text 4200</a></td>
<td>蓝奏云</td>
<td>mg34</td>
</tr>
<tr>
<td><a href="https://maingift34.lanzoue.com/iizAL3hb5hdc" target="_blank" class="resource-link">Sketchpad
中文汉化版</a></td>
<td>蓝奏云</td>
<td>mg34</td>
</tr>
<tr>
<td><a href="https://maingift34.lanzoue.com/i3yVx3hb56dg" target="_blank" class="resource-link">Resource Hacker</a></td>
<td>蓝奏云</td>
<td>mg34</td>
</tr>
<tr>
<td><a href="https://maingift34.lanzoue.com/iqFtZ3hb47fi" target="_blank" class="resource-link">VSCode 1.81.1</a></td>
<td>蓝奏云</td>
<td>mg34</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>