|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 4 | <title>Exploding Labs: Indie SaaS Studio</title> |
| 5 | + <meta name="description" content="Product studio building profitable web apps." /> |
| 6 | + <meta charset="utf-8" /> |
| 7 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 9 | + <meta property="og:title" content="Exploding Labs: Indie SaaS Studio" /> |
| 10 | + <meta property="og:type" content="website" /> |
| 11 | + <meta property="og:url" content="https://explodinglabs.com/" /> |
| 12 | + <meta property="og:image" content="/assets/opengraph.png" /> |
| 13 | + <meta property="og:image:secure_url" content="/assets/opengraph.png" /> |
| 14 | + <meta property="og:image:type" content="image/png" /> |
| 15 | + <meta property="og:image:width" content="1200" /> |
| 16 | + <meta property="og:image:height" content="630" /> |
| 17 | + <meta property="og:image:alt" content="Image" /> |
| 18 | + <link rel="author" href="https://plus.google.com/u/0/110235318020270619650?rel=author" /> |
| 19 | + <link rel="stylesheet" href="/index.css" type="text/css" /> |
| 20 | + <link rel="canonical" href="https://autoreceipts.app/" /> |
| 21 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 22 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 23 | + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> |
| 24 | + <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32.png"> |
7 | 25 | <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> |
8 | | - <link rel="stylesheet" href="/index.css" /> |
| 26 | + <script |
| 27 | + id="powersync" |
| 28 | + type="text/javascript" |
| 29 | + data-events-uri=":8080/.well-known/mercure" |
| 30 | + data-events-topic="powersync" |
| 31 | + src="https://explodinglabs.com/powersync/powersync-0.1.0.js" |
| 32 | + async |
| 33 | + ></script> |
9 | 34 | </head> |
10 | 35 | <body> |
11 | 36 |
|
|
20 | 45 | <div id="start"> |
21 | 46 | <img id="logo" src="/assets/logo.png" alt="Logo" data-aos="fade-up" /> |
22 | 47 |
|
23 | | - <!-- |
24 | | - <img |
25 | | - id="reliableapps" |
26 | | - src="/assets/reliableapps.png" |
27 | | - data-aos="flip-right" |
28 | | - /> |
29 | | - --> |
30 | | - |
31 | 48 | <p id="pitch"> |
32 | 49 | Indie SaaS Studio |
33 | 50 | </p> |
|
0 commit comments