-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
102 lines (102 loc) · 3.88 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/image/brand/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>reFilc</title>
<!-- open graph -->
<meta property="og:title" content="reFilc" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://refilc.hu/image/brand/logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="reFilc logo" />
<meta property="og:url" content="https://refilc.hu" />
<meta property="og:description" content="Egy alternatív e-KRÉTA app, diákoktól diákoknak." />
<meta property="og:locale" content="hu_HU" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:site_name" content="reFilc" />
<!-- google structured data -->
<!-- <script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"image": "https://refilc.hu/image/brand/full_logo.png",
"url": "https://refilc.hu",
"sameAs": ["https://github.com/refilc"],
"logo": "https://refilc.hu/image/brand/logo.png",
"name": "reFilc",
"description": "Egy alternatív e-KRÉTA kliensalkalmazás, diákoktól diákoknak.",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"streetAddress": "Banán utca 16",
"addressLocality": "Szigetszentmiklós",
"addressCountry": "HU",
"addressRegion": "Pest",
"postalCode": "2310"
},
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ClaimReview",
"url": "https://refilc.hu",
"claimReviewed": "Az e-KRÉTA szar",
"itemReviewed": {
"@type": "Claim",
"author": {
"@type": "Organization",
"name": "QwIT Development",
"sameAs": "https://qwit.dev"
},
"datePublished": "2024-02-12T08:00:00+08:00",
"appearance": {
"@type": "OpinionNewsArticle",
"url": "https://refilc.hu",
"headline": "QwIT - A KRÉTA egy hulladék fos",
"datePublished": "2024-02-12T08:00:00+08:00",
"author": {
"@type": "Person",
"name": "Mindenki A Földön"
},
"image": "https://tudasbazis.ekreta.hu/download/attachments/4065001/image2020-9-14_10-55-52.png?version=1&modificationDate=1600073752000&api=v2",
"publisher": {
"@type": "Organization",
"name": "eKRETÉN Zrt",
"logo": {
"@type": "ImageObject",
"url": "https://tudasbazis.ekreta.hu/download/attachments/4065001/image2020-9-14_10-55-52.png?version=1&modificationDate=1600073752000&api=v2"
}
}
}
},
"author": {
"@type": "Organization",
"name": "QwIT Dev",
"url": "https://qwit.dev"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5",
"worstRating": "1",
"alternateName": "False"
}
}
</script> -->
<!-- twitter card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@reFilcNaplo" />
<meta name="twitter:title" content="reFilc" />
<meta name="twitter:description" content="Egy alternatív e-KRÉTA app, diákoktól diákoknak." />
<meta name="twitter:image" content="https://refilc.hu/image/brand/logo.png" />
<!-- theme color -->
<meta name="theme-color" content="#3D7BF4" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>