-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_cn.html
More file actions
78 lines (77 loc) · 2.93 KB
/
Copy pathindex_cn.html
File metadata and controls
78 lines (77 loc) · 2.93 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
<html lang="cn">
<head>
<title>xiaoliuprogrammer的Github页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<table align="center" width="600" height="90">
<tbody>
<tr align="center">
<td>
<img src="./img/head.png" alt="head" width="50">
<h1>xiaoliuprogrammer的博客</h1>
</td>
<td>
<img src="./img/share_cn.png" alt="text" width="400">
</td>
<td>
<img src="./img/hi.gif" alt="hello" width="43">
<p>hello!</p>
</td>
</tr>
</tbody>
</table>
<table align="center" width="600" height="20" style="background-color:#DBCCB1;">
<tbody>
<tr align="center">
<td>
<h1>0 个项目</h1>
</td>
<td>
<h1>5 个仓库</h1>
</td>
<td>
<h1>1 个星标</h1>
</td>
<td>
<h1>0 人关注</h1>
</td>
<td>
<a href="index_en.html">English</a>
</td>
</tr>
</tbody>
</table>
<table align="center" width="600" height="205" cellSpacing="0">
<tbody>
<tr>
<td width="10" style="background-color: #ac9cc5;"></td>
<td width="150" style="background-color: #ac9cc5;">
<h1 align="center">我的作品</h1>
<li><a href="https://github.com/xiaoliuprogrammer/SimpleClock">简易时钟</a></li>
<li><a href="https://github.com/xiaoliuprogrammer/OpenBVE_Speedometer">OpneBVE速度表</a></li>
</td>
<td align="center" style="background-color:#BA9CC5;">
<h1>施工中</h1>
</td>
</tr>
</tbody>
</table>
<table align="center" width="600" height="205" cellSpacing="0">
<tbody>
<tr>
<td width="10" style="background-color: #ac9cc5;"></td>
<td width="150" style="background-color: #ac9cc5;">
</td>
<td style="background-color:#BA9CC5;">
</td>
</tr>
</tbody>
</table>
<hr>
<p align="center">
copyright(c) xiaoliuprogrammer 2026.
</p>
</body>
</html>