-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (49 loc) · 2.93 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#d1e8f1" />
<meta
name="description"
content="Free your mind from mundane details! Toss in text, pictures, links and files Shared from native apps. Keep a daybook. Be confident you can find any note on any device. Take control of your data with remoteStorage. Never spend time tidying up — unless you want to!"
/>
<link rel="icon" href="/generated-icons/favicon.ico" sizes="any">
<link rel="icon" href="/generated-icons/NotesTogether-Icon.svg" type="image/svg+xml" sizes="any">
<link rel="apple-touch-icon" href="/icons/NotesTogether-Icon-1024x1024.png" sizes="4270x4270" />
<link rel="apple-touch-icon" href="/generated-icons/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="manifest" href="/manifest.webmanifest" />
<title>%VITE_APP_TITLE%</title> <!-- overridden by useEffect in App.jsx -->
<script type="application/ld+json" class="schemantra">{
"@context": "https://schema.org",
"@type": "WebApplication",
"@id": "https://notestogether.hominidsoftware.com/",
"aggregateRating": {"@type": "AggregateRating", "ratingValue": 5, "bestRating": 5, "worstRating": 1, "reviewCount": 1},
"applicationCategory": "productivity",
"applicationSubCategory": "memos",
"browserRequirements": "requires IndexedDB",
"copyrightYear": "2021",
"description": "Free your mind from mundane details! Toss in text, pictures, links and files Shared from native apps. Keep a daybook. Be confident you can find any note on any device. Take control of your data with remoteStorage. Never spend time tidying up — unless you want to!",
"dateModified": "2024-07-30",
"dateCreated": "2021-07-01",
"datePublished": "2022-11-05",
"discussionUrl": "mailto:support@hominidsoftware.com",
"featureList": "https://hominidsoftware.com/notes-together/",
"thumbnailUrl": "https://notestogether.hominidsoftware.com/generated-icons/NotesTogether-Icon.svg",
"inLanguage": "en",
"isAccessibleForFree": true,
"isBasedOnUrl": "https://serenenotes.hominidsoftware.com/",
"keywords": "notes, memos, daybook, full-text search, rich text, remoteStorage, PWA, installable, offline",
"name": "%VITE_APP_TITLE%",
"offers": {"@type": "Offer", "price": 0, "priceCurrency": "USD"},
"producer": {"@type": "Person", "givenName": "Doug", "familyName": "Reeder", "url": "https://hominidsoftware.com/"},
"screenshot": "https://notestogether.hominidsoftware.com/screenshots/search-wide.png",
"url": "https://notestogether.hominidsoftware.com/"
}</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>