not bad
This commit is contained in:
parent
e2a60e71a3
commit
003f38ea60
36 changed files with 1543 additions and 1287 deletions
|
|
@ -13,11 +13,24 @@
|
|||
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||
<link rel="manifest" href="manifest.webmanifest" />
|
||||
|
||||
<link rel="canonical" href="/" data-dynamic-url="canonical" />
|
||||
<meta property="og:title" content="Life Towers" />
|
||||
<meta property="og:description" content="Organise your tasks into visual towers of blocks." />
|
||||
<meta property="og:description" content="Organise your tasks into visual towers of blocks, grouped on pages." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="og-image.png" />
|
||||
<meta property="og:url" content="/" data-dynamic-url="canonical" />
|
||||
<meta property="og:site_name" content="Life Towers" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:image" content="/og-image.png" data-dynamic-url="og-image" />
|
||||
<meta property="og:image:secure_url" content="/og-image.png" data-dynamic-url="og-image" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="3333" />
|
||||
<meta property="og:image:height" content="1750" />
|
||||
<meta property="og:image:alt" content="Life Towers task towers preview" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Life Towers" />
|
||||
<meta name="twitter:description" content="Organise your tasks into visual towers of blocks, grouped on pages." />
|
||||
<meta name="twitter:image" content="/og-image.png" data-dynamic-url="og-image" />
|
||||
<meta name="twitter:image:alt" content="Life Towers task towers preview" />
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue