Skip to content

Commit 8ccaa22

Browse files
committed
Revert "feat(huangshrhuan): add initial submission"
This reverts commit a3429d1.
1 parent 6f618f7 commit 8ccaa22

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-Hant-TW">
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>hi ~ 我士桓啦</h1>
11+
<img class="picture" src="./picture.png" alt="picture">
12+
</body>
13+
</html>
40.1 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
body {
2+
background: #f0f0f0;
3+
}
4+
h1 {
5+
color: blue;
6+
}
7+
.picture {
8+
width: 200px;
9+
height: auto;
10+
border-radius: 999px
11+
}

0 commit comments

Comments
 (0)