Skip to content

Commit 7efa179

Browse files
committed
Add apple-touch-icon
1 parent da06b33 commit 7efa179

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

assets/appl-touch-icon.png

26.3 KB
Loading
26.3 KB
Loading

assets/favicon-32.png

2.11 KB
Loading

index.html

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,36 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
64
<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">
725
<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>
934
</head>
1035
<body>
1136

@@ -20,14 +45,6 @@
2045
<div id="start">
2146
<img id="logo" src="/assets/logo.png" alt="Logo" data-aos="fade-up" />
2247

23-
<!--
24-
<img
25-
id="reliableapps"
26-
src="/assets/reliableapps.png"
27-
data-aos="flip-right"
28-
/>
29-
-->
30-
3148
<p id="pitch">
3249
Indie SaaS Studio
3350
</p>

0 commit comments

Comments
 (0)