-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (42 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="gb2312"><!--设定文档的编码格式为gb2312-->
<title>欢迎来到Turtle的主页!</title>
<style type="text/css">
.css{
width: 200px;
height: 50px;
display: block;
color: #fff;
background: #ff0000;
font-size: 24px;
line-height: 50px;
text-align: center;
border-radius: 25px;
text-decoration: none;
}
</style>
<a href="https://turtle5912.github.io/games/" target="_blank" class="css">游戏</a>
</head>
<body style="background-color:#9cdcfe;align:center">
<table align="center" style="background-color:#9cdcfe;width:80%;padding:10px">
<tr><td>
<h1> 我的主页</h1>
<hr size=1>
</td>
</tr>
</table>
<table align="center" style="background-color:#9cdcfe;width:70%;padding:10px">
<tr>
<tdalign="center" style="width:40%">
<a herf="picture/Error.webp"><img id="img1" src="picture/Error.webp" width="30%"></a>
</td>
<td align="left" valign="top" style="width:20%";valign:top>
<p> 我的个人介绍</p>
<p>我没做完......</p>
</td>
</tr>
</table>
</body>
</html>