Skip to content

Commit

Permalink
Merge pull request #47 from Theeraphat56/main
Browse files Browse the repository at this point in the history
AA
  • Loading branch information
spawnertv authored Dec 20, 2023
2 parents ca7b1e9 + 8b05eb8 commit 0095b16
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions members/Tee.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aj.Karn</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}

h2 {
color: #333;
}

.student-info {
margin-top: 10px;
}

.student-info p {
margin: 5px 0;
}
</style>
</head>
<body>

<div class="student-info">
<p><strong>ชื่อ:</strong> ธีรภัทร์ ปันดวงแก้ว</p>
<p><strong>ชื่อเล่น:</strong> ธีร์</p>
</div>

</body>
</html>

0 comments on commit 0095b16

Please sign in to comment.