Files
micro-frontend/ng-ttc-frontend/src/index.html
x2Skyz 2e07e728dd
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 4s
....
2025-11-17 17:19:18 +07:00

21 lines
956 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AccountingNgNuttakit</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css"> -->
<!-- <link rel="stylesheet" href="node_modules/font-awesome/css/all.min.css"> -->
<!-- <link rel="stylesheet" href="styles.css"> -->
<!-- <link rel="stylesheet" href="styles.css"> -->
</head>
<body>
<app-root></app-root>
</body>
</html>