-สร้างโครงสร้างไฟล์ ใหม่ ใน ttc base project

This commit is contained in:
2025-11-17 17:14:08 +07:00
parent 9b0edccde5
commit 304ed9294c
23 changed files with 15334 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NgTtcFrontend</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>