nx-primeng-sakai-v17/src/index.html
2022-07-22 13:13:50 +03:00

17 lines
436 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">
<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">
</head>
<body>
<app-root></app-root>
</body>
</html>