This commit is contained in:
Andras Schmelczer 2026-05-29 08:12:35 +01:00
parent f74ee43cb4
commit e2a60e71a3
30 changed files with 585 additions and 33 deletions

View file

@ -6,8 +6,18 @@
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#5d576b" />
<meta name="description" content="Organise your tasks into visual towers of blocks, grouped on pages." />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="manifest" href="manifest.webmanifest" />
<meta property="og:title" content="Life Towers" />
<meta property="og:description" content="Organise your tasks into visual towers of blocks." />
<meta property="og:type" content="website" />
<meta property="og:image" content="og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<app-root></app-root>