Skip to content

Commit

Permalink
Ok
Browse files Browse the repository at this point in the history
  • Loading branch information
PYEONG17 committed Oct 28, 2024
1 parent d8a2d58 commit c2d0178
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<html lang="vi">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>Danh sách Bài Tập</title>
<style>
body {
font-family: Arial, sans-serif;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 5px 0;
}
a {
text-decoration: none;
color: #0366d6;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body></body>
<body>
<h1>Danh sách Bài Tập</h1>
<ul>
<li>
<a
href="https://github.com/PYEONG17/FIGMA-CodeMaster/tree/main/Login"
target="_blank"
>LoGin project</a
>
</li>
<li>
<a
href="https://github.com/PYEONG17/FIGMA-CodeMaster/tree/main/Sign%20Up/assets"
target="_blank"
>SignUp project</a
>
</li>
</ul>
</body>
</html>

0 comments on commit c2d0178

Please sign in to comment.