index.html (1128B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <title>txtodo</title> 5 <meta charset='utf-8'> 6 <meta name='viewport' content='width=device-width,initial-scale=1'> 7 <meta name="author" content="FIGBERT"> 8 <meta name="description" content="the official website of the txtodo todo list mobile app"> 9 <meta name="keywords" content="app,productivity,todo-list,ios,personal"> 10 <meta name="twitter:title" content="txtodo"> 11 <meta name="twitter:card" content="summary"> 12 <meta name="twitter:description" content="the official website of the txtodo todo list mobile app"> 13 <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> 14 <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> 15 <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> 16 <link rel="manifest" href="/site.webmanifest"> 17 <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> 18 <meta name="msapplication-TileColor" content="#2b5797"> 19 <meta name="theme-color" content="#ffffff"> 20 <link rel='stylesheet' href='/main.css'> 21 <script defer src='/build/bundle.js'></script> 22 </head> 23 <body> 24 </body> 25 </html>