Files
psp_panel/src/index.html
T
2024-12-27 16:00:31 +03:00

19 lines
378 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sakai - PrimeNG</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1.o">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.cdnfonts.com/css/lato" rel="stylesheet">
</head>
<body>
<app-root></app-root>
</body>
</html>