-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (42 loc) · 2.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Description -->
<title>Picular - The rebel photo companion</title>
<meta name="description" content="Service to help you keep, organize and enjoy your digital photos" />
<!-- Canonical -->
<link rel="canonical" href="https://picular.com" />
<!-- Google Search Console Site Verification -->
<meta name="google-site-verification" content="f3h4cXM6A8NJ6-jCYdCuAAsJJIr2VCNGFneRQDqOvY8" />
<!-- Mobile Friendly Viewport -->
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1" />
<!-- Facebook Open Graph Social Meta Tags -->
<meta property="fb:app_id" content="1985203125092073" />
<meta property="og:title" content="Picular" />
<meta property="og:description" content="Upload, organize and enjoy your digital photos" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://picular.com/static/share/open-graph.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1200" />
<meta property="og:url" content="https://picular.com" />
<!-- Twitter Card Social Meta Tags -->
<meta name="twitter:title" content="Picular" />
<meta name="twitter:description" content="Upload, organize and enjoy your digital photos" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://picular.com/static/share/twitter_summary_large_image.png" />
<meta name="twitter:site" content="@getpicular" />
<meta name="twitter:creator" content="@imgnry" />
<meta name="theme-color" content="#191919" />
<!-- iOS Smart App Banner -->
<meta name="apple-itunes-app" content="app-id=1454044901" />
<!-- Favicons -->
<link class="ico" rel="icon" href="/favicon-darkmode32.ico" sizes="any" />
<link class="svg" rel="icon" href="/favicon-darkmode.svg" type="image/svg+xml" />
<link class="apple" rel="apple-touch-icon" href="/favicon-darkmode180.png" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>