Files
library-frontend/src/index.html

14 lines
455 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Library</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="https://png.pngtree.com/png-vector/20250211/ourmid/pngtree-colorful-book-stack-logo-design-perfect-for-education-or-library-projects-vector-png-image_15444285.png">
</head>
<body>
<app-root></app-root>
</body>
</html>