Skip to content

Commit 78d8b1d

Browse files
authored
Merge pull request #520 from treehunglu-debug/main
主線作業一
2 parents 7a184f3 + 1c14237 commit 78d8b1d

File tree

2 files changed

+18
-0
lines changed

2 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>Never Gonna Give You Up</title>
7+
</head>
8+
<body>
9+
<link rel="stylesheet" href="style.css">
10+
<h1>Never gonna let you down</h1>
11+
<p>Hi, I'm Rick!</p>
12+
<p>I'm never gonna run around and desert you</p>
13+
<img src="https://www.thetimes.com/imageserver/image/%2F8d870c28-4653-4596-963f-68518834e176.jpg?crop=2584%2C1837%2C767%2C59&resize=412" alt="Rick Astley">
14+
</body>
15+
</html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1{font-size: 80;
2+
color: blue;
3+
}

0 commit comments

Comments
 (0)