feat: payment modal

This commit is contained in:
Phan Huy Tran 2025-02-13 11:35:30 +01:00
parent 702e54b5da
commit c7d62bb4e3
13 changed files with 79 additions and 33 deletions

View file

@ -6,8 +6,10 @@
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="mat-typography">
<app-root></app-root>
</body>
</html>