Skip to content

Commit f6bd499

Browse files
authored
Merge pull request #29 from yiting2112/main
feat:加入Yiting個人身分
2 parents ab57483 + 2d7326b commit f6bd499

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<h1>Hello</h1>
11+
<h1>I am Yiting</h1>
12+
<p>目前是軟體業BA,覺得VibeCoding 很有趣!</p>
13+
<img src="kitty.png">
14+
</body>
15+
</html>
25.2 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1{
2+
color:blueviolet;
3+
}

0 commit comments

Comments
 (0)