-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (100 loc) · 4.9 KB
/
index.html
File metadata and controls
103 lines (100 loc) · 4.9 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
<!DOCTYPE html>
<head>
<title>欢迎来到Maingift Github!- 个人博客与资源分享</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.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">W</span>
<span class="BigTitle">e</span>
<span class="BigTitle">l</span>
<span class="BigTitle">c</span>
<span class="BigTitle">o</span>
<span class="BigTitle">m</span>
<span class="BigTitle">e</span>
<span class="BigTitle"> </span>
<span class="BigTitle">t</span>
<span class="BigTitle">o</span>
<span class="BigTitle"> </span>
<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>
<br><br>
<p class="paragraph">
<b style="font-size: 20px; color: rgb(0, 200, 0);">Q: </b>
<b style="font-size: 20px; color: rgb(0, 40, 0);">Maingift Github是什么?</b>
<br><br>
<b style="font-size: 20px; color: rgb(200, 0, 0);">A: </b>
<del style="font-size: 20px; text-decoration: none;">
Maingift Github是本人的个人博客以及分享。<br>
这里有整个Github第不知道多少全的软件镜像源和链接,以及一个简陋的编程教程。<br>
WARNING:本站<del>因为开发者懒</del>仅支持中文!!!
</del>
</p>
<br>
<p class="paragraph">
<b style="font-size: 20px; color: rgb(0, 200, 0);">Q: </b>
<b style="font-size: 20px; color: rgb(0, 40, 0);">Maingift Github有哪些好处?</b>
<br><br>
<b style="font-size: 20px; color: rgb(200, 0, 0);">A: </b>
<del style="font-size: 20px; text-decoration: none;">
Maingift Github<b>完全免费、免登录。</b><br>
只要你是Github用户,就可以享受以下权益:<br>
 · 观看所有博客和教程<br>
 · 被允许爬取任何内容当做练手(如果你有这个实力)<br>
 · 通过Maingift Github学习任何内容<br>
WARNING:请勿做任何违反Github守则 和 抄袭搬运本站内容的事!!!
</del>
</p>
<br>
<span class="BigTitle">开</span>
<span class="BigTitle">发</span>
<span class="BigTitle">日</span>
<span class="BigTitle">志</span>
<p class="paragraph">[2024/04/21] 上传本站!</p>
</div>
</div>
</body>
</html>