Files
psp_panel/src/index.html
T

17 lines
547 B
HTML
Raw Normal View History

2021-12-06 10:26:58 +03:00
<!doctype html>
<html lang="en">
2025-01-07 17:29:51 +03:00
<head>
<meta charset="utf-8" />
<title>Sakai - PrimeNG</title>
<base href="/" />
2025-01-21 12:35:32 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-01-07 17:29:51 +03:00
<link rel="preconnect" href="https://primefaces.org" />
<link rel="icon" type="image/x-icon" href="https://primefaces.org/cdn/primeng/images/favicon.png" />
<link href="https://fonts.cdnfonts.com/css/lato" rel="stylesheet" />
</head>
2022-07-22 13:13:50 +03:00
2025-01-07 17:29:51 +03:00
<body>
<app-root></app-root>
</body>
2024-12-27 16:00:31 +03:00
</html>