File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 9
9
name ="description "
10
10
content ="Web site created using create-react-app "
11
11
/>
12
+
13
+ <!-- Facebook Meta Tags -->
14
+ < meta property ="og:url " content ="https://archlinuxstudio.github.io " />
15
+ < meta property ="og:type " content ="website " />
16
+ < meta property ="og:title " content ="ArchLinuxStudio Official Website " />
17
+ < meta property ="og:description " content ="So it's free as in freedom. " />
18
+ < meta
19
+ property ="og:image "
20
+ content ="https://avatars.githubusercontent.com/u/17615884?s=400&v=4 "
21
+ />
22
+ < meta property ="og:site_name " content ="ArchLinuxStudio " />
23
+
24
+ <!-- Twitter Meta Tags -->
25
+ < meta name ="twitter:card " content ="summary " />
26
+ < meta property ="twitter:domain " content ="archlinuxstudio.github.io " />
27
+ < meta property ="twitter:url " content ="https://archlinuxstudio.github.io " />
28
+ < meta name ="twitter:title " content ="ArchLinuxStudio Official Website " />
29
+ < meta name ="twitter:description " content ="So it's free as in freedom " />
30
+ < meta
31
+ name ="twitter:image "
32
+ content ="https://avatars.githubusercontent.com/u/17615884?s=400&v=4 "
33
+ />
34
+
12
35
< link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
13
36
<!--
14
37
manifest.json provides metadata used when your web app is installed on a
You can’t perform that action at this time.
0 commit comments