Skip to content
20 changes: 17 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<meta
http-equiv="X-UA-Compatible"
content="IE=edge"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Document</title>
</head>

<body>
<h1>玩玩 Git 吧!</h1>
<h2>description123123</h2>
<h3>我是footer標題</h3>
<h4>我是footer內容</h4>
<p>課程描述文章</p>
<p>課程大綱</p>
</body>

</html>