mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: 7b14f3380d
This commit is contained in:
parent
39d22c85fd
commit
0e758deebc
10
index.html
10
index.html
@ -7,19 +7,25 @@
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>theme.park - A collection of themes/skins for your favorite apps!</title>
|
||||
<meta name="title" content="theme.park - A collection of themes/skins for your favorite apps!">
|
||||
<meta name="theme-color" content="#4f46e5">
|
||||
<meta name="description" content="theme.park contains 48 themed applications, with css addons on certain themes. Installation methods include custom docker mods for linuxserver.io containers, custom scripts for select Hotio containers and multiple examples of subfiltering using webservers like Nginx and Apache">
|
||||
<!-- Google / Search Engine Tags -->
|
||||
<meta itemprop="name" content="theme.park - A collection of themes/skins for your favorite apps!">
|
||||
<meta itemprop="description" content="theme.park contains 48 themed applications, with css addons on certain themes. Installation methods include custom docker mods for linuxserver.io containers, custom scripts for select Hotio containers and multiple examples of subfiltering using webservers like Nginx and Apache">
|
||||
<meta itemprop="image" content="https://theme-park.dev/resources/landing-page/assets/meta_image.jpg">
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="theme.park">
|
||||
<meta property="og:url" content="https://theme-park.dev/">
|
||||
<meta property="og:title" content="theme.park - A collection of themes/skins for your favorite apps!">
|
||||
<meta property="og:description" content="theme.park contains 48 themed applications, with css addons on certain themes. Installation methods include custom docker mods for linuxserver.io containers, custom scripts for select Hotio containers and multiple examples of subfiltering using webservers like Nginx and Apache">
|
||||
<meta property="og:image" content="resources/landing-page/assets/meta_image.jpg">
|
||||
<meta property="og:image" content="https://theme-park.dev/resources/landing-page/assets/meta_image.jpg">
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://theme-park.dev/">
|
||||
<meta property="twitter:title" content="theme.park - A collection of themes/skins for your favorite apps!">
|
||||
<meta property="twitter:description" content="theme.park contains 48 themed applications, with css addons on certain themes. Installation methods include custom docker mods for linuxserver.io containers, custom scripts for select Hotio containers and multiple examples of subfiltering using webservers like Nginx and Apache">
|
||||
<meta property="twitter:image" content="resources/landing-page/assets/meta_image.jpg">
|
||||
<meta property="twitter:image" content="https://theme-park.dev/resources/landing-page/assets/meta_image.jpg">
|
||||
<!-- Favicon-->
|
||||
<link rel="icon" type="image/x-icon" href="resources/landing-page/assets/favicon.ico" />
|
||||
<!-- Font Awesome icons (free version)-->
|
||||
|
Loading…
Reference in New Issue
Block a user