forked from hzuapps/html5-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body> | ||
|
||
|
||
<TABLE style="width:100%;height:100%;" border="0"> | ||
<tr> <td> 姓名:蔡徐坤 </td> </tr> | ||
|
||
<tr> <td> 年龄:20 </td></tr> | ||
|
||
<tr> <td> 性别:男 </td> </tr> | ||
|
||
<tr> <td> 生日:1998-04-16 </td> </tr> | ||
|
||
<tr> <td> 从事工作:职业练习生 </td></tr> | ||
|
||
<tr> <td> 渴望年薪:50万 </td></tr> | ||
<img src="https://github.com/LJolon/html5-2018/blob/master/Soft1614080902229/u%3D575109984%2C4156186107%26fm%3D173%26app%3D25%26f%3DJPEG.jpg"> | ||
<p> | ||
|
||
</p> | ||
<form> | ||
<input type="text" name="名称" value="个人简历信息表" /> | ||
</form> | ||
<p> | ||
|
||
</p> | ||
<a href="https://github.com/LJolon">蔡徐坤的GitHbu主页(点击进入)</a> | ||
</body> | ||
</html> |