-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (58 loc) · 1.37 KB
/
index.html
File metadata and controls
64 lines (58 loc) · 1.37 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
<html>
<head>
<meta charset="utf-8">
<title>Moocius数信之路</title>
</head>
<style>
body {
background-color: rgb(176, 216, 245);
}
#开头语句 {
background-color: aquamarine;
}
.重点话 {
background-color: bisque;
}
#主要讲述 {
background-color: aqua;
}
</style>
<body>
<h1 id="开头语句">这是Moocius的Blog</h1>
<p>大家好!我是Moocius<br>
<img src="1.jpg" alt="我在骑行" width="500"><br>
我会给大家讲解一下我的 <strong>经历</strong> 和 <strong>想法</strong><br>
希望能够给大家提供一些 <strong>帮助</strong> 和 <strong>支持</strong><br>
</p>
<ul>
<li class="重点话">
坚持 思考 是我们学数学信息的主要手段
</li>
<li class="重点话">
坚持了才叫梦想 放弃了只叫妄想
</li>
</ul>
<p id="主要讲述">未来的社会将分为两种东西:一个是 <strong>数学</strong> 另一个是 <strong>算法</strong><br>
接下来我会把这两样东西讲 <strong>明白</strong> 讲 <strong>清楚</strong> 让大家更好的 <strong>理解</strong><br>
</p>
<p>
<ul>
<li>
<a target="_blank" href="paixu.html">
<h3>排序算法</h3>
</a>
</li>
<li>
<a target="_blank" href="sousuo.html">
<h3>搜索算法</h3>
</a>
</li>
<li>
<a target="_blank" href="game.html">
<h3>游戏</h3>
</a>
</li>
</ul>
</p>
</body>
</html>