5bb60858b9
(pending landing on: "Going to wait to land this one until the Google SEO 'soft 404' validation finishes. I want to make sure we're testing separate things.") - removes Loading text - adds sitemap to try to get Google to play nice ### Change Type - [x] `patch` — Bug fix --------- Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
50 lines
2.3 KiB
HTML
50 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
|
|
|
<meta name="theme-color" content="#FFFFFF" data-rh="true" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="application-name" content="tldraw" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
<meta name="apple-mobile-web-app-title" content="tldraw" />
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#FFFFFF" />
|
|
|
|
<meta name="description" content="A free and instant collaborative diagramming tool." />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="msapplication-config" content="browserconfig.xml" />
|
|
<meta name="msapplication-TileColor" content="#FFFFFF" />
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.svg" />
|
|
<link rel="apple-touch-icon" sizes="167x167" href="/apple-touch-icon-167x167.svg" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.svg" />
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:url" content="https://www.tldraw.com/" />
|
|
<meta name="twitter:title" content="tldraw" />
|
|
<meta name="twitter:description" content="A free and instant collaborative diagramming tool." />
|
|
<meta name="twitter:image" content="https://www.tldraw.com/social-twitter.png" />
|
|
<meta name="twitter:creator" content="@tldraw" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="tldraw" />
|
|
<meta property="og:description" content="A free and instant collaborative diagramming tool." />
|
|
<meta property="og:site_name" content="tldraw" />
|
|
<meta property="og:url" content="https://www.tldraw.com/" />
|
|
<meta property="og:image" content="https://www.tldraw.com/social-og.png" />
|
|
<title>tldraw</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root" class="site-wrapper"></div>
|
|
<script type="module" src="./src/main.tsx"></script>
|
|
<noscript>You need to enable JavaScript to run tldraw. ✌️</noscript>
|
|
</body>
|
|
|
|
</html>
|