2021-12-06 07:26:58 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2021-12-09 14:24:42 +00:00
|
|
|
<title>Sakai PrimeNG</title>
|
2021-12-06 07:26:58 +00:00
|
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
2021-12-09 14:24:42 +00:00
|
|
|
<link id="theme-css" rel="stylesheet" type="text/css" href="assets/theme/lara-light-indigo/theme.css">
|
|
|
|
<link id="layout-css" rel="stylesheet" type="text/css" href="assets/layout/layout.css">
|
2021-12-06 07:26:58 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<app-root></app-root>
|
|
|
|
</body>
|
|
|
|
</html>
|