Files
micro-frontend/accounting-ng-nuttakit/src/index.html
x2Skyz 278bfe80ec
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m46s
Build Docker Image / Restart Docker Compose (push) Successful in 0s
-fix little
2025-12-01 16:27:49 +07:00

21 lines
948 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SmartAccount</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>