Files
psp_panel/src/index.html
T

16 lines
392 B
HTML
Raw Normal View History

2021-12-06 10:26:58 +03:00
<!doctype html>
2025-12-04 21:07:18 +03:30
<html lang="fa" dir="rtl">
<head>
<meta charset="utf-8" />
<title>pos</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="manifest" href="/favicon/site.webmanifest" />
2025-12-04 21:07:18 +03:30
</head>
2022-07-22 13:13:50 +03:00
2025-12-04 21:07:18 +03:30
<body>
<app-root></app-root>
</body>
2024-12-27 16:00:31 +03:00
</html>