First commit

This commit is contained in:
Lorenzo Iovino 2023-12-27 18:52:40 +01:00
parent 207fc58afc
commit c1c17d0322
26 changed files with 9785 additions and 2 deletions

13
src/index.html Normal file
View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LoreiovCom</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>
</html>