lusa-back-planner/index.html
2026-03-06 13:25:24 -05:00

25 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TODO: Set the document title to the name of your application -->
<title>Back Planner — Timeline Tool</title>
<meta name="description" content="Back-plan key milestones from a single due date. Generate standardized project timelines instantly." />
<meta name="author" content="Lovable" />
<meta property="og:title" content="Back Planner — Timeline Tool" />
<meta property="og:description" content="Back-plan key milestones from a single due date." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Lovable" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>