Files
rc-portfolio/src/index.html

14 lines
325 B
HTML
Raw Normal View History

2025-02-21 14:09:35 -05:00
<!doctype html>
<html lang="en">
2025-02-23 21:07:50 -05:00
<head>
<meta charset="utf-8" />
<title>RcPortfolio</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<app-root></app-root>
</body>
2025-02-21 14:09:35 -05:00
</html>