nx-primeng-sakai-v17/src/index.html

17 lines
436 B
HTML
Raw Normal View History

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